aboutsummaryrefslogtreecommitdiffstats
path: root/www/rt36
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2003-06-12 17:15:38 +0800
committerdemon <demon@FreeBSD.org>2003-06-12 17:15:38 +0800
commitd1e477faa6640435c204c600ced7ad4a19b799cc (patch)
tree8f93de158688544f6f54322e32a20f9812f1886c /www/rt36
parentddb23a119d717123e9d24f9e00abc2b831ca94b3 (diff)
downloadfreebsd-ports-gnome-d1e477faa6640435c204c600ced7ad4a19b799cc.tar.gz
freebsd-ports-gnome-d1e477faa6640435c204c600ced7ad4a19b799cc.tar.zst
freebsd-ports-gnome-d1e477faa6640435c204c600ced7ad4a19b799cc.zip
This was accidentally removed in my previous commit.
This line is needed to build RT with FastCGI support. Submitted by: tobez
Diffstat (limited to 'www/rt36')
-rw-r--r--www/rt36/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/rt36/Makefile b/www/rt36/Makefile
index 40403e979b1b..e274b960c4ef 100644
--- a/www/rt36/Makefile
+++ b/www/rt36/Makefile
@@ -75,6 +75,7 @@ CONFIGURE_ARGS= --prefix=${RT_PATH} \
APACHE_PORT?= ${PORTSDIR}/www/apache13
BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi \
${ARCH_PERL}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI
+DEPENDS_ARGS+= WITHOUT_MODPERL=yes
.else
BUILD_DEPENDS+= ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI
.if defined(WITH_APACHE2)