Update ImageMagick to 6.7.2-10 (shlib bumped to .5)

This commit is contained in:
Martin Matuska
2011-10-11 07:17:46 +00:00
parent 0c26a272d3
commit 3b6562012d
34 changed files with 63 additions and 55 deletions

View File

@@ -7,7 +7,7 @@
PORTNAME= mp3plot
DISTVERSION= 0.6.0
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://p.outlyer.net/mp3plot/files/
@@ -44,7 +44,7 @@ LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd
.endif
.if defined(WITH_IMAGEMAGICK)
LIB_DEPENDS+= Magick++.4:${PORTSDIR}/graphics/ImageMagick
LIB_DEPENDS+= Magick++.5:${PORTSDIR}/graphics/ImageMagick
.else
CONFIGURE_ARGS+= --disable-magick
.endif