aboutsummaryrefslogtreecommitdiff
path: root/multimedia/dvdauthor
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2009-02-10 19:50:55 +0000
committerMartin Matuska <mm@FreeBSD.org>2009-02-10 19:50:55 +0000
commitc5e1202db4309fdf9b6b2d82035803740222274a (patch)
treea7708d146764294a92784caa725ff0678c02c9f9 /multimedia/dvdauthor
parent435270df4844ab4bb58ee7c753615d2dfa22de87 (diff)
downloadports-c5e1202db4309fdf9b6b2d82035803740222274a.tar.gz
ports-c5e1202db4309fdf9b6b2d82035803740222274a.zip
Notes
Diffstat (limited to 'multimedia/dvdauthor')
-rw-r--r--multimedia/dvdauthor/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile
index fdfbaecf7627..81b86617dfa5 100644
--- a/multimedia/dvdauthor/Makefile
+++ b/multimedia/dvdauthor/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dvdauthor
PORTVERSION= 0.6.14
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -35,7 +35,7 @@ WITH_FRIBIDI= yes
.if exists(${LOCALBASE}/lib/libiconv.so)
WITH_ICONV= yes
.endif
-.if exists(${LOCALBASE}/lib/libMagickWand.so.1)
+.if exists(${LOCALBASE}/lib/libMagickWand.so.2)
WITH_IMAGEMAGICK= yes
.endif
@@ -50,7 +50,7 @@ USE_ICONV= yes
CONFIGURE_ENV+= CFLAGS="-DICONV_CONV=yes"
.endif
.if defined(WITH_IMAGEMAGICK)
-LIB_DEPENDS+= MagickWand.1:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= MagickWand.2:${PORTSDIR}/graphics/ImageMagick
.else
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
.endif