aboutsummaryrefslogtreecommitdiff
path: root/multimedia/dvdauthor
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2011-10-11 07:17:46 +0000
committerMartin Matuska <mm@FreeBSD.org>2011-10-11 07:17:46 +0000
commit3b6562012dc8bf4da4e5f2a56a8b7c088dbe0880 (patch)
tree943066cbc1027ddc233ce2bf4862823ea6d4dd4c /multimedia/dvdauthor
parent0c26a272d3687a62ca918744eb76b9daaa0a10de (diff)
downloadports-3b6562012dc8bf4da4e5f2a56a8b7c088dbe0880.tar.gz
ports-3b6562012dc8bf4da4e5f2a56a8b7c088dbe0880.zip
Update ImageMagick to 6.7.2-10 (shlib bumped to .5)
Notes
Notes: svn path=/head/; revision=283359
Diffstat (limited to 'multimedia/dvdauthor')
-rw-r--r--multimedia/dvdauthor/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile
index cb26614dc0f5..bdc7e2bf3eff 100644
--- a/multimedia/dvdauthor/Makefile
+++ b/multimedia/dvdauthor/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dvdauthor
PORTVERSION= 0.7.0
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= SF
@@ -34,7 +35,7 @@ WITH_FREETYPE= yes
.if exists(${LOCALBASE}/lib/libiconv.so)
WITH_ICONV= yes
.endif
-.if exists(${LOCALBASE}/lib/libMagickWand.so.4)
+.if exists(${LOCALBASE}/lib/libMagickWand.so.5)
WITH_IMAGEMAGICK= yes
.endif
@@ -43,7 +44,7 @@ USE_ICONV= yes
CFLAGS+= -DICONV_CONV=yes
.endif
.if defined(WITH_IMAGEMAGICK)
-LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= MagickWand.5:${PORTSDIR}/graphics/ImageMagick
.else
LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png
.endif