diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/p5-Apache-Gallery | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.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 5ca211cbd6ac..53eda447507a 100644 --- a/www/p5-Apache-Gallery/Makefile +++ b/www/p5-Apache-Gallery/Makefile @@ -15,13 +15,13 @@ COMMENT= Apache::Gallery - mod_perl handler to create an image gallery LICENSE= ART10 -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>=0:${PORTSDIR}/www/p5-CGI +BUILD_DEPENDS= p5-URI>=0:net/p5-URI \ + p5-Text-Template>=0:textproc/p5-Text-Template \ + p5-Image-Info>=0:graphics/p5-Image-Info \ + p5-Image-Size>=0:graphics/p5-Image-Size \ + p5-Image-Imlib2>=0:graphics/p5-Image-Imlib2 \ + p5-libapreq2>=0:www/p5-libapreq2 \ + p5-CGI>=0:www/p5-CGI RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |