diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-04-21 20:06:17 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-04-21 20:06:17 +0800 |
commit | 16bba7a75e4814c2aa2c93b95ec02cd3e0a8b658 (patch) | |
tree | c8191458e7cb8681f8017eae4301b27574b066c6 /multimedia | |
parent | 4cd767f38ab31c304cfbaa266fbd81357326b5d3 (diff) | |
download | freebsd-ports-gnome-16bba7a75e4814c2aa2c93b95ec02cd3e0a8b658.tar.gz freebsd-ports-gnome-16bba7a75e4814c2aa2c93b95ec02cd3e0a8b658.tar.zst freebsd-ports-gnome-16bba7a75e4814c2aa2c93b95ec02cd3e0a8b658.zip |
Fix LIB_DEPENDS on ImageMagic after the last update.
Pointyhat to: mi@
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libxine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 21d77fef50e4..a1e23e09b676 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -153,7 +153,7 @@ CONFIGURE_ARGS+= --disable-aalib --disable-aalibtest .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= Wand.10:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.1:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= WITH_IMAGEMAGICK="" .else PLIST_SUB+= WITH_IMAGEMAGICK="@comment " |