diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 10:29:24 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 10:29:24 +0000 |
commit | 9144df7eca431da9991b4a26c4890571235eb415 (patch) | |
tree | 7e281055c9f5d5e0c58728cc4ccbf2f1d58baad6 /www/p5-Apache-Gallery | |
parent | f7c6b31899f9b093dceb9de54003bad139d8da83 (diff) | |
download | ports-9144df7eca431da9991b4a26c4890571235eb415.tar.gz ports-9144df7eca431da9991b4a26c4890571235eb415.zip |
Notes
Diffstat (limited to 'www/p5-Apache-Gallery')
-rw-r--r-- | www/p5-Apache-Gallery/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile index 2d113ce526fd..1c6a1393231d 100644 --- a/www/p5-Apache-Gallery/Makefile +++ b/www/p5-Apache-Gallery/Makefile @@ -19,13 +19,13 @@ COMMENT= Apache::Gallery - mod_perl handler to create an image gallery LICENSE= ART10 -BUILD_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \ - ${SITE_PERL}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info \ - ${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \ - ${SITE_PERL}/${PERL_ARCH}/Image/Imlib2.pm:${PORTSDIR}/graphics/p5-Image-Imlib2 \ - ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2 \ - ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm +BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template \ + p5-Image-Info>=0:${PORTSDIR}/graphics/p5-Image-Info \ + p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \ + p5-Image-Imlib2>=0:${PORTSDIR}/graphics/p5-Image-Imlib2 \ + p5-libapreq2>=0:${PORTSDIR}/www/p5-libapreq2 \ + p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |