diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-15 14:45:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-15 14:45:10 +0000 |
commit | 120fe8f24607f1c2ce11ed52f1c0b2052e933719 (patch) | |
tree | 28d5e0efd2a5640f9dfad2ccc0a5c80dc25ccae1 /www/photo_gallery/Makefile | |
parent | 7e9480f00ec1e9c7a92eb6477d8f1a604d1e3c16 (diff) |
Notes
Diffstat (limited to 'www/photo_gallery/Makefile')
-rw-r--r-- | www/photo_gallery/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/photo_gallery/Makefile b/www/photo_gallery/Makefile index fe9dabd66d07..2712cb9b732d 100644 --- a/www/photo_gallery/Makefile +++ b/www/photo_gallery/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= photo_gallery -PORTVERSION= 1.3 +PORTVERSION= 1.5 CATEGORIES= www MASTER_SITES= http://www.capybara.org/~dfraser/photo_gallery/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -20,10 +20,10 @@ RUN_DEPENDS= anytopnm:${PORTSDIR}/graphics/netpbm\ ${SITE_PERL}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info\ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI -WEBOWN?= www -WEBGRP?= www -APACHEDIR= ${LOCALBASE}/www/data -INSTALLDIR= ${APACHEDIR}/photo_gallery +WEBOWN?= www +WEBGRP?= www +APACHEDIR= ${LOCALBASE}/www/data +INSTALLDIR= ${APACHEDIR}/photo NO_BUILD= yes USE_PERL5= yes USE_GZIP= no |