diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-01-18 21:12:42 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-01-18 21:12:42 +0000 |
commit | bb89f80c35b37a67d67d5353a5d6cb7c77070b98 (patch) | |
tree | 9382515fd441e0336df236e464a9bd7532cccaac /multimedia/transcode | |
parent | 743a2d9f8d26f0bf7aecb4931e8f02cb732f47b6 (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 316d32f077ab..b07c072806a5 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -3,7 +3,7 @@ PORTNAME= transcode PORTVERSION= 1.1.7 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= multimedia MASTER_SITES= http://cdn.bitbucket.org/france/transcode-tcforge/downloads/ @@ -100,7 +100,7 @@ SDL_USE= SDL=sdl SDL_CONFIGURE_ENABLE= sdl SDL_CONFIGURE_ENV_ON= SDL_CONFIG="${SDL_CONFIG}" -IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick +IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick IMAGEMAGICK_CONFIGURE_ENABLE= imagemagick IMAGEMAGICK_CONFIGURE_ON= --with-imagemagick-prefix=${LOCALBASE} |