aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3plot
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-06-28 08:10:26 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-06-28 08:10:26 +0000
commit84ef5701469accd12008c4cc9342f6237a0765c0 (patch)
tree86e33afe2e326606072281fad25445f3ee3f7c41 /audio/mp3plot
parentddbacc23180372f0d1db6f9f2bfa0fdad836bc3a (diff)
downloadports-84ef5701469accd12008c4cc9342f6237a0765c0.tar.gz
ports-84ef5701469accd12008c4cc9342f6237a0765c0.zip
Update to 6.8.9-4.
Document where the .la files are loaded from. Don't rebuild ghostscript as build dep for when building packages with PACKAGE_BUILDING, only for when the test suite is enabled. Actualy commit pkg-help, missed in the update to 6.8.9-3, woops. Bump libMagick++ users since that library version got bumped.
Notes
Notes: svn path=/head/; revision=359672
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 fb9e33ff79b3..f7c969750c33 100644
--- a/audio/mp3plot/Makefile
+++ b/audio/mp3plot/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mp3plot
DISTVERSION= 0.6.0
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= audio
MASTER_SITES= http://p.outlyer.net/mp3plot/files/
@@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --disable-gd
.endif
.if ${PORT_OPTIONS:MIMAGEMAGICK}
-LIB_DEPENDS+= libMagick++.so:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
.else
CONFIGURE_ARGS+= --disable-magick
.endif