diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-25 14:00:25 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-25 14:00:25 +0000 |
commit | 8bfc0026c6a57e3a2c0074f3cc9f32cead487821 (patch) | |
tree | 8defd68f60601a30113b846ef14f62eac0d466c5 /www/photo_gallery | |
parent | 10aac448c3afbd8eae12dc62d81e98f088632e8e (diff) | |
download | ports-8bfc0026c6a57e3a2c0074f3cc9f32cead487821.tar.gz ports-8bfc0026c6a57e3a2c0074f3cc9f32cead487821.zip |
Notes
Diffstat (limited to 'www/photo_gallery')
-rw-r--r-- | www/photo_gallery/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/photo_gallery/Makefile b/www/photo_gallery/Makefile index 1640b7a59760..f17ac7829c2f 100644 --- a/www/photo_gallery/Makefile +++ b/www/photo_gallery/Makefile @@ -6,7 +6,7 @@ PORTNAME= photo_gallery PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.capybara.org/~dfraser/photo_gallery/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -16,7 +16,6 @@ MAINTAINER= bob@bomar.us COMMENT= Simple web based photo gallery RUN_DEPENDS= anytopnm:${PORTSDIR}/graphics/netpbm\ - ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ ${SITE_PERL}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info\ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI |