aboutsummaryrefslogtreecommitdiff
path: root/graphics/pstoedit
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2010-03-28 21:41:12 +0000
committerMartin Matuska <mm@FreeBSD.org>2010-03-28 21:41:12 +0000
commit779a04d1f707b7fdbf154d56577444fff9c0306f (patch)
treefc361b786f221cd16c431f3bbc0861f8cd3206fb /graphics/pstoedit
parenta9b4900f5b074ea507779dd64150eeaf1b2c1da6 (diff)
downloadports-779a04d1f707b7fdbf154d56577444fff9c0306f.tar.gz
ports-779a04d1f707b7fdbf154d56577444fff9c0306f.zip
- Bump Magick++, MagickWand or MagickCore dependency
Notes
Notes: svn path=/head/; revision=251659
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r--graphics/pstoedit/Makefile4
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