summaryrefslogtreecommitdiff
path: root/www/rt3
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-06-12 09:15:38 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-06-12 09:15:38 +0000
commitac45251e334749ee26f1f54b5decbb97ec12e355 (patch)
tree04684b633a7ffec8035bf87ed805b090595f94cc /www/rt3
parentupdate for net/librsync to version 0.9.5.1 (diff)
This was accidentally removed in my previous commit.
This line is needed to build RT with FastCGI support. Submitted by: tobez
Notes
Notes: svn path=/head/; revision=82854
Diffstat (limited to 'www/rt3')
-rw-r--r--www/rt3/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/rt3/Makefile b/www/rt3/Makefile
index 40403e979b1b..e274b960c4ef 100644
--- a/www/rt3/Makefile
+++ b/www/rt3/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)