aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3plot
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2011-10-11 07:17:46 +0000
committerMartin Matuska <mm@FreeBSD.org>2011-10-11 07:17:46 +0000
commit3b6562012dc8bf4da4e5f2a56a8b7c088dbe0880 (patch)
tree943066cbc1027ddc233ce2bf4862823ea6d4dd4c /audio/mp3plot
parent0c26a272d3687a62ca918744eb76b9daaa0a10de (diff)
Update ImageMagick to 6.7.2-10 (shlib bumped to .5)
Notes
Notes: svn path=/head/; revision=283359
Diffstat (limited to 'audio/mp3plot')
-rw-r--r--audio/mp3plot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile
index 1be756156e47..a2e3b89adea2 100644
--- a/audio/mp3plot/Makefile
+++ b/audio/mp3plot/Makefile
@@ -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