aboutsummaryrefslogtreecommitdiff
path: root/multimedia/dvdauthor
diff options
context:
space:
mode:
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 8382471db256..581193785c04 100644
--- a/multimedia/dvdauthor/Makefile
+++ b/multimedia/dvdauthor/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dvdauthor
PORTVERSION= 0.6.11
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -35,7 +36,7 @@ WITH_FRIBIDI= yes
.if exists(${LOCALBASE}/lib/libiconv.so)
WITH_ICONV= yes
.endif
-.if exists(${LOCALBASE}/lib/libMagick.so.9)
+.if exists(${LOCALBASE}/lib/libMagick.so.10)
WITH_IMAGEMAGICK= yes
.endif
@@ -50,7 +51,7 @@ USE_ICONV= yes
CONFIGURE_ENV+= CFLAGS="-DICONV_CONV=yes"
.endif
.if defined(WITH_IMAGEMAGICK)
-LIB_DEPENDS+= Magick.9:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= Magick.10:${PORTSDIR}/graphics/ImageMagick
.else
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
.endif