aboutsummaryrefslogtreecommitdiff
path: root/multimedia/dvdauthor
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2006-01-09 03:02:57 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2006-01-09 03:02:57 +0000
commit8236c6cb1cd21b5659e6da1c076c774cbab45d49 (patch)
tree4509d25af09156baa10b97a515d38ba114ae0c2b /multimedia/dvdauthor
parent54ad9d29ec662d2b6b3f46d2efa57d4062235853 (diff)
downloadports-8236c6cb1cd21b5659e6da1c076c774cbab45d49.tar.gz
ports-8236c6cb1cd21b5659e6da1c076c774cbab45d49.zip
Notes
Diffstat (limited to 'multimedia/dvdauthor')
-rw-r--r--multimedia/dvdauthor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile
index ac17536804cb..8382471db256 100644
--- a/multimedia/dvdauthor/Makefile
+++ b/multimedia/dvdauthor/Makefile
@@ -35,7 +35,7 @@ WITH_FRIBIDI= yes
.if exists(${LOCALBASE}/lib/libiconv.so)
WITH_ICONV= yes
.endif
-.if exists(${LOCALBASE}/lib/libMagick.so.8)
+.if exists(${LOCALBASE}/lib/libMagick.so.9)
WITH_IMAGEMAGICK= yes
.endif
@@ -50,7 +50,7 @@ USE_ICONV= yes
CONFIGURE_ENV+= CFLAGS="-DICONV_CONV=yes"
.endif
.if defined(WITH_IMAGEMAGICK)
-LIB_DEPENDS+= Magick.8:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= Magick.9:${PORTSDIR}/graphics/ImageMagick
.else
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
.endif