summaryrefslogtreecommitdiff
path: root/rt
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-07-09 22:50:12 -0700
committerJonathan Prykop <jonathan@freeside.biz>2016-02-03 17:05:00 -0600
commit5847778d783419a31216bd0c2f93d6305e2e40c9 (patch)
tree394eb7650da6feef09b05fede4241dfc3fd1f8c6 /rt
parente05a846f4831ee2ce9797a2e0c910c979752bfe1 (diff)
fix RT testdeps for RT 4.2.11, RT#34237
Diffstat (limited to 'rt')
-rw-r--r--rt/sbin/rt-test-dependencies.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/rt/sbin/rt-test-dependencies.in b/rt/sbin/rt-test-dependencies.in
index 505d18add..edd9597b0 100644
--- a/rt/sbin/rt-test-dependencies.in
+++ b/rt/sbin/rt-test-dependencies.in
@@ -101,16 +101,16 @@ my %default = (
'with-CORE' => 1,
'with-CLI' => 1,
'with-MAILGATE' => 1,
- 'with-DEV' => @RT_DEVEL_MODE@,
- 'with-GPG' => @RT_GPG@,
+ 'with-DEVELOPER' => @RT_DEVELOPER@,
+ 'with-GPG' => @RT_GPG_DEPS@,
+ 'with-SMIME' => @RT_SMIME_DEPS@,
'with-ICAL' => 1,
'with-SMTP' => 1,
'with-GRAPHVIZ' => @RT_GRAPHVIZ@,
'with-GD' => @RT_GD@,
'with-DASHBOARDS' => 1,
'with-USERLOGO' => 1,
- 'with-SSL-MAILGATE' => @RT_SSL_MAILGATE@,
- 'with-HTML-DOC' => @RT_DEVEL_MODE@,
+ 'with-HTML-DOC' => @RT_DEVELOPER@,
);
$args{$_} = $default{$_} foreach grep !exists $args{$_}, keys %default;