aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/transcode
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2009-02-11 03:50:55 +0800
committermm <mm@FreeBSD.org>2009-02-11 03:50:55 +0800
commit9f74f217b1721449f260582604d62b539ee4eca0 (patch)
treee10840a903b849ecaf4e5b1b63b05156c6fb3afe /multimedia/transcode
parentcb7248fca8d3aebb34d5ec1b09b9d7aaf0147560 (diff)
downloadfreebsd-ports-gnome-9f74f217b1721449f260582604d62b539ee4eca0.tar.gz
freebsd-ports-gnome-9f74f217b1721449f260582604d62b539ee4eca0.tar.zst
freebsd-ports-gnome-9f74f217b1721449f260582604d62b539ee4eca0.zip
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2 - Update all ports using libraries above
Diffstat (limited to 'multimedia/transcode')
-rw-r--r--multimedia/transcode/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile
index 7520bf6dd3fe..49bab3f956ee 100644
--- a/multimedia/transcode/Makefile
+++ b/multimedia/transcode/Makefile
@@ -7,7 +7,7 @@
PORTNAME= transcode
PORTVERSION= 1.0.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= http://transcode.kabewm.com/ \
http://fromani.exit1.org/
@@ -82,7 +82,7 @@ CONFIGURE_ARGS+= --enable-theora=no
.endif
.if (defined(WITH_IMAGEMAGICK) || exists(${LOCALBASE}/lib/libMagickWand.so)) && !defined(WITHOUT_IMAGEMAGICK)
-LIB_DEPENDS+= MagickWand.1:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= MagickWand.2:${PORTSDIR}/graphics/ImageMagick
CONFIGURE_ARGS+= --enable-imagemagick --with-imagemagick-prefix=${LOCALBASE}
.else
CONFIGURE_ARGS+= --enable-imagemagick=no