diff options
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 |