aboutsummaryrefslogtreecommitdiff
path: root/multimedia/transcode
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-03-06 22:16:54 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-03-06 22:16:54 +0000
commite8e8d1ed233079a29267a3e400cb7421861da7d8 (patch)
tree88667e0cd9eb3f3b8ae110c9ab45b0df498a20d9 /multimedia/transcode
parent3371bb19dbfb5adda493d4970d15b8ab5d9b8072 (diff)
downloadports-e8e8d1ed233079a29267a3e400cb7421861da7d8.tar.gz
ports-e8e8d1ed233079a29267a3e400cb7421861da7d8.zip
- Chase ImageMagick shlib bump
PR: ports/78455 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's maintainer)
Notes
Notes: svn path=/head/; revision=130479
Diffstat (limited to 'multimedia/transcode')
-rw-r--r--multimedia/transcode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile
index 9dd08e7c23a2..991b0295f801 100644
--- a/multimedia/transcode/Makefile
+++ b/multimedia/transcode/Makefile
@@ -150,7 +150,7 @@ CONFIGURE_ARGS+= --enable-theora=no
.endif
.if defined(WITH_IMAGEMAGICK)
-LIB_DEPENDS+= Magick.7:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= Magick.8:${PORTSDIR}/graphics/ImageMagick
PLIST_SUB+= WITH_IMAGEMAGICK=""
CONFIGURE_ARGS+= --enable-imagemagick --with-imagemagick-prefix=${LOCALBASE}
.else