aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mp3plot
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2014-06-28 16:10:26 +0800
committerkwm <kwm@FreeBSD.org>2014-06-28 16:10:26 +0800
commitba45ae688d06f6402e4feb50d2a9c27ebba8125a (patch)
tree86e33afe2e326606072281fad25445f3ee3f7c41 /audio/mp3plot
parentcc045efe1aed0d57ae449a89ac401bfd222c621e (diff)
downloadfreebsd-ports-gnome-ba45ae688d06f6402e4feb50d2a9c27ebba8125a.tar.gz
freebsd-ports-gnome-ba45ae688d06f6402e4feb50d2a9c27ebba8125a.tar.zst
freebsd-ports-gnome-ba45ae688d06f6402e4feb50d2a9c27ebba8125a.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.
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