diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-22 23:40:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-22 23:40:48 +0800 |
commit | c7e52416064feddf47e7106caf325ee0255f033d (patch) | |
tree | c68d029bc14a6a2555d38e03a9e2f4cccb460a38 /multimedia/transcode | |
parent | 121fed803879a73c07ef02e4f2d7a4e8f31b7595 (diff) | |
download | freebsd-ports-graphics-c7e52416064feddf47e7106caf325ee0255f033d.tar.gz freebsd-ports-graphics-c7e52416064feddf47e7106caf325ee0255f033d.tar.zst freebsd-ports-graphics-c7e52416064feddf47e7106caf325ee0255f033d.zip |
- Fix build when IMAGEMAGICK set is
Submitted by: cokane
Diffstat (limited to 'multimedia/transcode')
-rw-r--r-- | multimedia/transcode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index c2baf2bac9a..13b12a6e8aa 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -77,7 +77,7 @@ CONFIGURE_ARGS+= --with-theora-prefix=${LOCALBASE} --enable-theora CONFIGURE_ARGS+= --enable-theora=no .endif -.if (defined(WITH_IMAGEMAGICK) || exists(${LOCALBASE}/lib/libMagick.so)) && !defined(WITHOUT_IMAGEMAGICK) +.if (defined(WITH_IMAGEMAGICK) || exists(${LOCALBASE}/lib/libMagickWand.so)) && !defined(WITHOUT_IMAGEMAGICK) LIB_DEPENDS+= MagickWand.1:${PORTSDIR}/graphics/ImageMagick CONFIGURE_ARGS+= --enable-imagemagick --with-imagemagick-prefix=${LOCALBASE} .else |