diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-16 08:35:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-16 08:35:00 +0800 |
commit | b1667a66a1bc1b0f4aaf794f0260ed017c6cc36a (patch) | |
tree | 97650e28689656a4822f00f95d83134857a2f78b /multimedia/dvdauthor | |
parent | c2a48892b222114a83e226081c439a5cafe04d41 (diff) | |
download | freebsd-ports-gnome-b1667a66a1bc1b0f4aaf794f0260ed017c6cc36a.tar.gz freebsd-ports-gnome-b1667a66a1bc1b0f4aaf794f0260ed017c6cc36a.tar.zst freebsd-ports-gnome-b1667a66a1bc1b0f4aaf794f0260ed017c6cc36a.zip |
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
Diffstat (limited to 'multimedia/dvdauthor')
-rw-r--r-- | multimedia/dvdauthor/Makefile | 4 |
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 |