aboutsummaryrefslogtreecommitdiff
path: root/multimedia/transcode
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-05 09:48:54 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-05 09:48:54 +0000
commitf5cb7db3796b1d7ee2a3127d879ddfd43dd657c2 (patch)
treea528b03d170c307847b75e0395c6f8b6caea6988 /multimedia/transcode
parent922c9d4e16cd6248bbc53142932414e123aa9752 (diff)
downloadports-f5cb7db3796b1d7ee2a3127d879ddfd43dd657c2.tar.gz
ports-f5cb7db3796b1d7ee2a3127d879ddfd43dd657c2.zip
Notes
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 26fa0029b8b7..a034fd6df2f8 100644
--- a/multimedia/transcode/Makefile
+++ b/multimedia/transcode/Makefile
@@ -166,7 +166,7 @@ CONFIGURE_ARGS+= --enable-theora=no
.endif
.if defined(WITH_IMAGEMAGICK)
-LIB_DEPENDS+= Magick.8:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= Magick.9:${PORTSDIR}/graphics/ImageMagick
PLIST_SUB+= WITH_IMAGEMAGICK=""
CONFIGURE_ARGS+= --enable-imagemagick --with-imagemagick-prefix=${LOCALBASE}
.else