diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-03-28 21:41:12 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-03-28 21:41:12 +0000 |
commit | 779a04d1f707b7fdbf154d56577444fff9c0306f (patch) | |
tree | fc361b786f221cd16c431f3bbc0861f8cd3206fb /graphics/pstoedit | |
parent | a9b4900f5b074ea507779dd64150eeaf1b2c1da6 (diff) |
Notes
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 |