diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-01-28 04:52:16 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-01-28 04:52:16 +0000 |
commit | b93b277e621a46e9c3504de7d9692babe843ee32 (patch) | |
tree | a17dfbe4faf5793a0cc1e7d3dd5c63b12b20cb71 /www/p5-Apache-Gallery | |
parent | 849edf06d364e4b6d0ef90368b7690a0479c6567 (diff) | |
download | ports-b93b277e621a46e9c3504de7d9692babe843ee32.tar.gz ports-b93b277e621a46e9c3504de7d9692babe843ee32.zip |
Notes
Diffstat (limited to 'www/p5-Apache-Gallery')
-rw-r--r-- | www/p5-Apache-Gallery/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile index e8d0d3f5991c..d8e380aa0c37 100644 --- a/www/p5-Apache-Gallery/Makefile +++ b/www/p5-Apache-Gallery/Makefile @@ -26,6 +26,7 @@ BUILD_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm RUN_DEPENDS= ${BUILD_DEPENDS} +PERL_CONFIGURE= yes USE_APACHE= 1.3+ .include <bsd.port.pre.mk> @@ -35,8 +36,6 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-l BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2 .endif -PERL_CONFIGURE= yes - MAN3= Apache::Gallery.3 DOC_FILES= INSTALL LICENSE README TODO UPGRADE |