diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-22 18:56:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-22 18:56:42 +0800 |
commit | ac77c8f0017d30e1aa74922a28699b4f38ea6f57 (patch) | |
tree | 85d069f17a7339f5a2a483373b85f13f4e348eb5 /graphics/pstoedit | |
parent | 28df73368e055cf7508cbd6023a9c7e4f4f34ee1 (diff) | |
download | freebsd-ports-gnome-ac77c8f0017d30e1aa74922a28699b4f38ea6f57.tar.gz freebsd-ports-gnome-ac77c8f0017d30e1aa74922a28699b4f38ea6f57.tar.zst freebsd-ports-gnome-ac77c8f0017d30e1aa74922a28699b4f38ea6f57.zip |
- Chase graphics/ImageMagick shlib version bump
Pointyhat to: mi@
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r-- | graphics/pstoedit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index d2778ea47a8c..49f5ace5f1ef 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -7,6 +7,7 @@ PORTNAME= pstoedit PORTVERSION= 3.45 +PORTREVISION= 1 CATEGORIES= graphics print MASTER_SITES= SF @@ -38,7 +39,7 @@ LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --without-magick PLIST_SUB+= IMAGEMAGICK="@comment " .else -LIB_DEPENDS+= Magick++.10:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.1:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= IMAGEMAGICK="" .endif |