aboutsummaryrefslogtreecommitdiff
path: root/multimedia/dvdauthor/Makefile
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2010-07-24 19:49:59 +0000
committerMartin Matuska <mm@FreeBSD.org>2010-07-24 19:49:59 +0000
commitdfc28b2b2330da8805477be1606fda7a2b33672f (patch)
tree07bd1c996b32d7b40d24e4432052ae79ab0c139d /multimedia/dvdauthor/Makefile
parent13d74e7092068fe94f631b9123b512be128aca72 (diff)
downloadports-dfc28b2b2330da8805477be1606fda7a2b33672f.tar.gz
ports-dfc28b2b2330da8805477be1606fda7a2b33672f.zip
Update ImageMagick to 6.6.2-10
Notes
Notes: svn path=/head/; revision=258173
Diffstat (limited to 'multimedia/dvdauthor/Makefile')
-rw-r--r--multimedia/dvdauthor/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile
index 0d73d0666d8d..befff5832ac7 100644
--- a/multimedia/dvdauthor/Makefile
+++ b/multimedia/dvdauthor/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dvdauthor
PORTVERSION= 0.6.18
+PORTREVISION= 1
WRKSRC= ${WRKDIR}/dvdauthor
CATEGORIES= multimedia
MASTER_SITES= SF
@@ -32,7 +33,7 @@ WITH_FREETYPE= yes
.if exists(${LOCALBASE}/lib/libiconv.so)
WITH_ICONV= yes
.endif
-.if exists(${LOCALBASE}/lib/libMagickWand.so.2)
+.if exists(${LOCALBASE}/lib/libMagickWand.so.4)
WITH_IMAGEMAGICK= yes
.endif
@@ -44,7 +45,7 @@ USE_ICONV= yes
CONFIGURE_ENV+= CFLAGS="-DICONV_CONV=yes"
.endif
.if defined(WITH_IMAGEMAGICK)
-LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick
.else
LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png
.endif