diff options
author | mm <mm@FreeBSD.org> | 2010-03-29 05:41:12 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2010-03-29 05:41:12 +0800 |
commit | e04bea8a0d4c3eccb7ac0cac6ce25deffd95fa10 (patch) | |
tree | 30ecbdd8c1e2c8e01eb79c06287e35ef808ff32a /graphics/pstoedit | |
parent | 7ca02036b5c4fe07e87afaf078dfe91092473aac (diff) | |
download | freebsd-ports-gnome-e04bea8a0d4c3eccb7ac0cac6ce25deffd95fa10.tar.gz freebsd-ports-gnome-e04bea8a0d4c3eccb7ac0cac6ce25deffd95fa10.tar.zst freebsd-ports-gnome-e04bea8a0d4c3eccb7ac0cac6ce25deffd95fa10.zip |
- Bump Magick++, MagickWand or MagickCore dependency
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r-- | graphics/pstoedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index ac1296b9706c..07b7380e56a7 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -7,7 +7,7 @@ PORTNAME= pstoedit PORTVERSION= 3.50 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics print MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ @@ -40,7 +40,7 @@ LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --without-magick PLIST_SUB+= IMAGEMAGICK="@comment " .else -LIB_DEPENDS+= Magick++.2:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick++.3:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= IMAGEMAGICK="" .endif |