diff options
Diffstat (limited to 'graphics/npretty/Makefile')
-rw-r--r-- | graphics/npretty/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/npretty/Makefile b/graphics/npretty/Makefile index b4b06fc6825c..e4f35330fda6 100644 --- a/graphics/npretty/Makefile +++ b/graphics/npretty/Makefile @@ -3,7 +3,7 @@ PORTNAME= npretty PORTVERSION= 0.9.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://www.pulia.nu/code/projects/npretty/ \ ${MASTER_SITE_LOCAL:S@%SUBDIR%@gabor@} @@ -15,7 +15,7 @@ RUN_DEPENDS= p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool \ convert:${PORTSDIR}/graphics/ImageMagick \ p5-forks>=0:${PORTSDIR}/devel/p5-forks -LIB_DEPENDS+= Magick.*:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick NO_BUILD= yes USES= perl5 |