diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-06-17 20:05:30 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-06-17 20:05:30 +0000 |
commit | cf906e5cf2da0bff3ceb35031773701fdd7f1f4b (patch) | |
tree | 19fdf9903e246669ee26860af412ddc0a2626107 /graphics/pfstools | |
parent | fb4bc685a5a2fef540aa25f4d57c12b6a38e1135 (diff) | |
download | ports-cf906e5cf2da0bff3ceb35031773701fdd7f1f4b.tar.gz ports-cf906e5cf2da0bff3ceb35031773701fdd7f1f4b.zip |
Notes
Diffstat (limited to 'graphics/pfstools')
-rw-r--r-- | graphics/pfstools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pfstools/Makefile b/graphics/pfstools/Makefile index a878c135e228..113eb66ea751 100644 --- a/graphics/pfstools/Makefile +++ b/graphics/pfstools/Makefile @@ -3,7 +3,7 @@ PORTNAME= pfstools PORTVERSION= 1.6.4 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics MASTER_SITES= SF @@ -71,7 +71,7 @@ PLIST_SUB+= QT="@comment " .if ${PORT_OPTIONS:MIMAGEMAGICK} CONFIGURE_ARGS+=--enable-imagemagick -LIB_DEPENDS+= libMagick++.so:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= IM="" .else CONFIGURE_ARGS+=--disable-imagemagick |