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