aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Apache-Gallery
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-12-26 02:14:47 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-12-26 02:14:47 +0800
commit1861999488d37748a711740b83eeb3ac5ad4a236 (patch)
tree0515cc4e7b05aa66b3bb7058e4d6097389ee27c0 /www/p5-Apache-Gallery
parent2f9f3050a99c16062f2edf62c7a42b99b594dec0 (diff)
downloadfreebsd-ports-gnome-1861999488d37748a711740b83eeb3ac5ad4a236.tar.gz
freebsd-ports-gnome-1861999488d37748a711740b83eeb3ac5ad4a236.tar.zst
freebsd-ports-gnome-1861999488d37748a711740b83eeb3ac5ad4a236.zip
- WITH_APACHE2 is deprecated
Diffstat (limited to 'www/p5-Apache-Gallery')
-rw-r--r--www/p5-Apache-Gallery/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile
index 274208ed2e66..e8d0d3f5991c 100644
--- a/www/p5-Apache-Gallery/Makefile
+++ b/www/p5-Apache-Gallery/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Apache-Gallery
PORTVERSION= 1.0.r3
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 2
CATEGORIES= www perl5
MASTER_SITES= http://apachegallery.dk/download/ \
@@ -26,10 +26,13 @@ BUILD_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm
RUN_DEPENDS= ${BUILD_DEPENDS}
-.if defined(WITH_APACHE2)
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2
-.else
+USE_APACHE= 1.3+
+
+.include <bsd.port.pre.mk>
+.if ${APACHE_VERSION} == 13
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq
+.else
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2
.endif
PERL_CONFIGURE= yes
@@ -61,4 +64,4 @@ post-install:
@${CAT} ${PKGMESSAGE}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>