diff options
author | lioux <lioux@FreeBSD.org> | 2006-01-09 11:02:57 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2006-01-09 11:02:57 +0800 |
commit | e08165482e7f6bb0d1974cdd77982ab664301891 (patch) | |
tree | 3d06d69a591ca44f6eff072af57633e231a4f103 /multimedia | |
parent | cc534d0411f5eb72fe9342183164a452f8740e28 (diff) | |
download | freebsd-ports-gnome-e08165482e7f6bb0d1974cdd77982ab664301891.tar.gz freebsd-ports-gnome-e08165482e7f6bb0d1974cdd77982ab664301891.tar.zst freebsd-ports-gnome-e08165482e7f6bb0d1974cdd77982ab664301891.zip |
Fix build WITH_IMAGEMAGICK: chase graphics/ImageMagick port version
6.2.5.5 shared library version bump
Pointy hat: edwin
Diffstat (limited to 'multimedia')
-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 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 |