diff options
Diffstat (limited to 'graphics/pfstools/Makefile')
-rw-r--r-- | graphics/pfstools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pfstools/Makefile b/graphics/pfstools/Makefile index 41696f41770f..a95cfcc257d2 100644 --- a/graphics/pfstools/Makefile +++ b/graphics/pfstools/Makefile @@ -7,6 +7,7 @@ PORTNAME= pfstools PORTVERSION= 1.6.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF @@ -119,7 +120,7 @@ PLIST_SUB+= QT="@comment " .if defined(WITH_IM) CONFIGURE_ARGS+=--enable-imagemagick -LIB_DEPENDS+= Magick++.10:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick++.1:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= IM="" .else CONFIGURE_ARGS+=--disable-imagemagick |