diff options
author | mm <mm@FreeBSD.org> | 2011-10-11 15:17:46 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-10-11 15:17:46 +0800 |
commit | 7fca995b031b53d2861f71212f08bd954e219e18 (patch) | |
tree | 82486f9d1e4c209bcf435621c6ea2716b20d96fc /audio | |
parent | 9d2b2284eef2996a406f64dbd83781ee3ca794e5 (diff) | |
download | freebsd-ports-gnome-7fca995b031b53d2861f71212f08bd954e219e18.tar.gz freebsd-ports-gnome-7fca995b031b53d2861f71212f08bd954e219e18.tar.zst freebsd-ports-gnome-7fca995b031b53d2861f71212f08bd954e219e18.zip |
Update ImageMagick to 6.7.2-10 (shlib bumped to .5)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3plot/Makefile | 4 |
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 |