diff options
| author | Martin Matuska <mm@FreeBSD.org> | 2011-10-11 07:17:46 +0000 |
|---|---|---|
| committer | Martin Matuska <mm@FreeBSD.org> | 2011-10-11 07:17:46 +0000 |
| commit | 3b6562012dc8bf4da4e5f2a56a8b7c088dbe0880 (patch) | |
| tree | 943066cbc1027ddc233ce2bf4862823ea6d4dd4c /multimedia/dvdauthor | |
| parent | zope.datetime is a set of commonly used date and time related (diff) | |
Update ImageMagick to 6.7.2-10 (shlib bumped to .5)
Notes
Notes:
svn path=/head/; revision=283359
Diffstat (limited to 'multimedia/dvdauthor')
| -rw-r--r-- | multimedia/dvdauthor/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile index cb26614dc0f5..bdc7e2bf3eff 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -7,6 +7,7 @@ PORTNAME= dvdauthor PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF @@ -34,7 +35,7 @@ WITH_FREETYPE= yes .if exists(${LOCALBASE}/lib/libiconv.so) WITH_ICONV= yes .endif -.if exists(${LOCALBASE}/lib/libMagickWand.so.4) +.if exists(${LOCALBASE}/lib/libMagickWand.so.5) WITH_IMAGEMAGICK= yes .endif @@ -43,7 +44,7 @@ USE_ICONV= yes CFLAGS+= -DICONV_CONV=yes .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.5:${PORTSDIR}/graphics/ImageMagick .else LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png .endif |
