diff options
author | wen <wen@FreeBSD.org> | 2010-02-25 16:25:48 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-02-25 16:25:48 +0800 |
commit | 9cd48cd14b2b3fe34fea57957f32d115c3787dc8 (patch) | |
tree | 61dc6042298e1a0e0b0b571db6f003a9f6da621e /www | |
parent | eabd00ca44483d87aefc18fd93b37cbf996b1dbc (diff) | |
download | freebsd-ports-gnome-9cd48cd14b2b3fe34fea57957f32d115c3787dc8.tar.gz freebsd-ports-gnome-9cd48cd14b2b3fe34fea57957f32d115c3787dc8.tar.zst freebsd-ports-gnome-9cd48cd14b2b3fe34fea57957f32d115c3787dc8.zip |
- Make it run with Apache 2.0 and 2.2
PR: ports/143844
Submitted by: Ralf Gebhart <gebhart@secnetix.de>
Approved by: maintainer
Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r-- | www/photo_gallery/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/photo_gallery/Makefile b/www/photo_gallery/Makefile index 3256e7b47af9..72c540f8708d 100644 --- a/www/photo_gallery/Makefile +++ b/www/photo_gallery/Makefile @@ -6,7 +6,7 @@ PORTNAME= photo_gallery PORTVERSION= 1.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://www.capybara.org/~dfraser/photo_gallery/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -19,7 +19,7 @@ RUN_DEPENDS= anytopnm:${PORTSDIR}/graphics/netpbm\ ${SITE_PERL}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info\ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI -USE_APACHE= 1.3 +USE_APACHE= 1.3+ USE_PERL5= yes NO_BUILD= yes |