diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 11:44:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 11:44:41 +0000 |
commit | d36b674c40f4e0bdb4366c664e162b2d272d2e35 (patch) | |
tree | eb076836dd1be72ab97d0c69f0d3dcca40eaf1d2 /graphics/npretty | |
parent | f96c54dce9de28319079f1b66a9d5f59ddaaa063 (diff) | |
download | ports-d36b674c40f4e0bdb4366c664e162b2d272d2e35.tar.gz ports-d36b674c40f4e0bdb4366c664e162b2d272d2e35.zip |
Notes
Diffstat (limited to 'graphics/npretty')
-rw-r--r-- | graphics/npretty/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/npretty/Makefile b/graphics/npretty/Makefile index 54d0a49a234b..e88edccf47d6 100644 --- a/graphics/npretty/Makefile +++ b/graphics/npretty/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool \ LIB_DEPENDS+= Magick.*:${PORTSDIR}/graphics/ImageMagick NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run post-patch: @ ${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|" ${WRKSRC}/npretty.pl |