diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-24 14:21:45 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-24 14:21:45 +0000 |
commit | c6f9220716c5a6bace1f22f3339ef274a00c1e4d (patch) | |
tree | 284ed8b074db6ebbd762b69cc947e22f549200e2 /graphics/pstoedit | |
parent | 24739242ec9d4b22cec99f0a2c9f7215f553ecd3 (diff) |
Notes
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r-- | graphics/pstoedit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 59a985f069f6..91dd91bfdca1 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -7,6 +7,7 @@ PORTNAME= pstoedit PORTVERSION= 3.44 +PORTREVISION= 1 CATEGORIES= graphics print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -48,7 +49,7 @@ LDFLAGS+= -lstlport_gcc ${PTHREAD_LIBS} CONFIGURE_ARGS+= --without-magick PLIST_SUB+= IMAGEMAGICK="@comment " .else -LIB_DEPENDS+= Magick++.9:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick++.10:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= IMAGEMAGICK="" .endif |