summaryrefslogtreecommitdiff
path: root/www/rt3
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-05-12 07:13:35 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-05-12 07:13:35 +0000
commit394f09824cd1fca20e74f4c2af67c89a840f1a83 (patch)
tree4539b6cdb5e8d4e835513e45be0af3aa6eda5b24 /www/rt3
parentRemove editors/xemacs-games-packages. (diff)
Remove now unused variables.
Notes
Notes: svn path=/head/; revision=80777
Diffstat (limited to 'www/rt3')
-rw-r--r--www/rt3/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/www/rt3/Makefile b/www/rt3/Makefile
index e2b0056438d4..f129f8318248 100644
--- a/www/rt3/Makefile
+++ b/www/rt3/Makefile
@@ -73,11 +73,9 @@ CONFIGURE_ARGS= --prefix=${RT_PATH} \
.if defined(WITH_APACHE2)
APACHE_PORT?= ${PORTSDIR}/www/apache2
BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2
-TESTDEPS_ARGS+= --with-MODPERL2
.else
APACHE_PORT?= ${PORTSDIR}/www/apache13
BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl
-TESTDEPS_ARGS+= --with-MODPERL1
.endif
APXS?= ${LOCALBASE}/sbin/apxs
@@ -86,12 +84,10 @@ DB_TYPE?= mysql
.if ${DB_TYPE} == "Pg"
BUILD_DEPENDS+= ${LOCALBASE}/bin/psql:${PORTSDIR}/databases/postgresql7
-TESTDEPS_ARGS+= --with-POSTGRESQL
.else
DB_TYPE= mysql
BUILD_DEPENDS+= ${LOCALBASE}/bin/mysql_config:${PORTSDIR}/databases/mysql40-server \
${ARCH_PERL}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
-TESTDEPS_ARGS+= --with-MYSQL
.endif
SITE_PERL:= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}