diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-07-24 19:49:59 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-07-24 19:49:59 +0000 |
commit | dfc28b2b2330da8805477be1606fda7a2b33672f (patch) | |
tree | 07bd1c996b32d7b40d24e4432052ae79ab0c139d /multimedia/transcode | |
parent | 13d74e7092068fe94f631b9123b512be128aca72 (diff) |
Notes
Diffstat (limited to 'multimedia/transcode')
-rw-r--r-- | multimedia/transcode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 624b921efa40..f3e3b9c78fb2 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -7,7 +7,7 @@ PORTNAME= transcode PORTVERSION= 1.1.5 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_BERLIOS} \ http://fromani.exit1.org/ @@ -209,7 +209,7 @@ CONFIGURE_ARGS+= --disable-sdl .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick CONFIGURE_ARGS+= --with-imagemagick-prefix=${LOCALBASE} --enable-imagemagick .else CONFIGURE_ARGS+= --disable-imagemagick |