diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-22 10:56:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-22 10:56:45 +0000 |
commit | 0251314951e32c83040acf073edf5d16ce34ac81 (patch) | |
tree | 41c46c8d8f40b26a4e1b3d0dc679916973d043d5 /graphics/pfstools | |
parent | 99db5e3d3bc7f015d36e307870832367558690d5 (diff) | |
download | ports-0251314951e32c83040acf073edf5d16ce34ac81.tar.gz ports-0251314951e32c83040acf073edf5d16ce34ac81.zip |
Notes
Diffstat (limited to 'graphics/pfstools')
-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 |