summaryrefslogtreecommitdiffstats
path: root/www/rt32
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2003-05-12 07:13:35 +0000
committerdemon <demon@FreeBSD.org>2003-05-12 07:13:35 +0000
commitade270e720d01c6c865bb0647afeed29da35cd71 (patch)
tree00d52a91fee9be5e523e7d6bd0774d3c601005af /www/rt32
parent9f087717375932e8f45ab1736604e7051fe0ccfb (diff)
downloadFreeBSD-ports-ade270e720d01c6c865bb0647afeed29da35cd71.zip
FreeBSD-ports-ade270e720d01c6c865bb0647afeed29da35cd71.tar.gz
Remove now unused variables.
Diffstat (limited to 'www/rt32')
-rw-r--r--www/rt32/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/www/rt32/Makefile b/www/rt32/Makefile
index e2b0056..f129f83 100644
--- a/www/rt32/Makefile
+++ b/www/rt32/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}
OpenPOWER on IntegriCloud