aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@FreeBSD.org>2009-01-06 13:55:17 +0000
committerHenrik Brix Andersen <brix@FreeBSD.org>2009-01-06 13:55:17 +0000
commitdaf4bd1e7855884cdec7063b441e24f63ef883f4 (patch)
tree392bd7822549ab1e95def69a64c1983b606b21b9 /www
parentaf765620869b214eca7ed00392a12bd6d5281c54 (diff)
downloadports-daf4bd1e7855884cdec7063b441e24f63ef883f4.tar.gz
ports-daf4bd1e7855884cdec7063b441e24f63ef883f4.zip
- Fix www/mod_perl2 dependency so it also works with www/apache22
- Take over maintainership Approved by: Kenneth Vestergaard Schmidt <kvs@pil.dk> (maintainer)
Notes
Notes: svn path=/head/; revision=225327
Diffstat (limited to 'www')
-rw-r--r--www/p5-Apache-Gallery/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile
index b3753b670025..ac3b9917e17d 100644
--- a/www/p5-Apache-Gallery/Makefile
+++ b/www/p5-Apache-Gallery/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Apache-Gallery
PORTVERSION= 1.0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www perl5
MASTER_SITES= http://apachegallery.dk/download/ \
@@ -14,7 +15,7 @@ MASTER_SITES= http://apachegallery.dk/download/ \
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION}${PORTSUBVER}
-MAINTAINER= kvs@pil.dk
+MAINTAINER= brix@FreeBSD.org
COMMENT= Apache::Gallery - mod_perl handler to create an image gallery
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} \
@@ -27,7 +28,7 @@ BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} \
RUN_DEPENDS= ${BUILD_DEPENDS}
.if defined(WITH_APACHE2)
-BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
DEPENDS_ARGS+= WITHOUT_MODPERL=yes
DEPENDS_ARGS+= WITH_MODPERL2=yes
.else