From ba45ae688d06f6402e4feb50d2a9c27ebba8125a Mon Sep 17 00:00:00 2001 From: kwm Date: Sat, 28 Jun 2014 08:10:26 +0000 Subject: 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. --- audio/mp3plot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/mp3plot') 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 -- cgit