aboutsummaryrefslogtreecommitdiffstats
path: root/www/rt38
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-09-04 01:32:31 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-09-04 01:32:31 +0800
commite12f00af721df52611b2d9f0012a2aec684f05be (patch)
treeffe63ab7dada30f54a19cd0613c0c124981f399a /www/rt38
parent1ca804a6d2fc5c9f3a4d0bd5a5391ae1acb45347 (diff)
downloadfreebsd-ports-gnome-e12f00af721df52611b2d9f0012a2aec684f05be.tar.gz
freebsd-ports-gnome-e12f00af721df52611b2d9f0012a2aec684f05be.tar.zst
freebsd-ports-gnome-e12f00af721df52611b2d9f0012a2aec684f05be.zip
- Allow this package to be built in a Tinderbox without resorting to
per port OPTION files. You can not set WITHOUT_MODPERL=yes in GLOBAL b/c some ports have conerted over to the soon to be connical form of MODPERL already. This resolves the conflict of MODPERL vs MODPERL2 flags until it can properly be conditionalized on APACHE_PORT. - This does not affect the default package. With Hat: apache@ Reported by: RideCharge Inc. / Taximagic Tinderbox
Diffstat (limited to 'www/rt38')
-rw-r--r--www/rt38/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rt38/Makefile b/www/rt38/Makefile
index e1134bd89d1b..1abe4e9db24f 100644
--- a/www/rt38/Makefile
+++ b/www/rt38/Makefile
@@ -89,7 +89,7 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-li
${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI-mp2
.endif
-.if defined(WITH_MODPERL)
+.if defined(WITH_MODPERL) && !defined(WITH_MODPERL2)
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq \
${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI-mp1
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq \