summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-11-16 00:35:00 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-11-16 00:35:00 +0000
commit416a4c03adb8eb9e475d6a386d5742366d066365 (patch)
treef204a6a646ca0a5ca9bf5442cefdebd8dc9c793a /multimedia
parentUpdate to 2.3.5. (diff)
Fix graphics/ImageMagick LIB_DEPENDS.
No PORTREVISION bump necessary since port simply won't build if WITH_IMAGEMAGICK is defined. PR: 126790 Submitted by: lioux@ Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=222911
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/dvdauthor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile
index 377e63594bb0..1bbf5776f141 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.10)
+.if exists(${LOCALBASE}/lib/libMagickWand.so.1)
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.10:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= MagickWand.1:${PORTSDIR}/graphics/ImageMagick
.else
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
.endif