aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-05-20 03:08:43 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-05-20 03:08:43 +0800
commit983b8c0b48da70f1aab6417bb31fe449b4b23710 (patch)
tree740c883eb62f749ef591379db68424ad7dc95438 /www
parentc8eb322c141635d37119253923576e9956505beb (diff)
downloadfreebsd-ports-gnome-983b8c0b48da70f1aab6417bb31fe449b4b23710.tar.gz
freebsd-ports-gnome-983b8c0b48da70f1aab6417bb31fe449b4b23710.tar.zst
freebsd-ports-gnome-983b8c0b48da70f1aab6417bb31fe449b4b23710.zip
- annotate the broken message a bit
- while here, use some bsd.apache.mk vars [still broken]
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTML-Embperl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-HTML-Embperl/Makefile b/www/p5-HTML-Embperl/Makefile
index d9d55bda7e75..75a7566890cd 100644
--- a/www/p5-HTML-Embperl/Makefile
+++ b/www/p5-HTML-Embperl/Makefile
@@ -23,13 +23,13 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
# ${SITE_PERL}/Apache/SessionX.pm:${PORTSDIR}/www/p5-Apache-SessionX
.endif
-BROKEN= does not compile
+BROKEN= does not compile; infinite loops
PERL_CONFIGURE= yes
.if !defined(WITHOUT_APACHE)
-CONFIGURE_ENV= EPHTTPD="${LOCALBASE}/sbin/httpd" EPMODDIR="${LOCALBASE}/libexec/apache"
-CONFIGURE_ARGS= ${LOCALBASE}/include/apache
+CONFIGURE_ENV= EPHTTPD="${LOCALBASE}/sbin/httpd" EPMODDIR="${LOCALBASE}/${APACHEMODDIR}"
+CONFIGURE_ARGS= ${LOCALBASE}/${APACHEINCLUDEDIR}
.else
CONFIGURE_ENV= NOAPACHE=true
.endif