diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-10-11 07:17:46 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-10-11 07:17:46 +0000 |
commit | 3b6562012dc8bf4da4e5f2a56a8b7c088dbe0880 (patch) | |
tree | 943066cbc1027ddc233ce2bf4862823ea6d4dd4c /graphics/pstoedit | |
parent | 0c26a272d3687a62ca918744eb76b9daaa0a10de (diff) | |
download | ports-3b6562012dc8bf4da4e5f2a56a8b7c088dbe0880.tar.gz ports-3b6562012dc8bf4da4e5f2a56a8b7c088dbe0880.zip |
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 1fa86f69efde..07c974a75ab8 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -7,7 +7,7 @@ PORTNAME= pstoedit PORTVERSION= 3.50 -PORTREVISION= 5 +PORTREVISION= 6 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++.4:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick++.5:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= IMAGEMAGICK="" .endif |