aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3plot
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-01-31 13:38:42 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-01-31 13:38:42 +0000
commitf5f6cd6d9b51abcfaf7d5a03d342e91dc742074d (patch)
tree384a6fe89b7bf8bffcc478f3462d538eea755790 /audio/mp3plot
parent49be72eaa4585216ade79b274fca337c2bf4866a (diff)
downloadports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.tar.gz
ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.zip
Notes
Diffstat (limited to 'audio/mp3plot')
-rw-r--r--audio/mp3plot/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile
index ac37d1029528..09e2fefd1e19 100644
--- a/audio/mp3plot/Makefile
+++ b/audio/mp3plot/Makefile
@@ -1,20 +1,16 @@
-# New ports collection makefile for: mp3plot
-# Date created: 12 June 2007
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= mp3plot
DISTVERSION= 0.6.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= http://p.outlyer.net/mp3plot/files/
MAINTAINER= sylvio@FreeBSD.org
COMMENT= Mp3 bitrate plot tool
-LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs
OPTIONS= GD "Enable support for GD library" on \
IMAGEMAGICK "Enable support for Magick++" off
@@ -24,6 +20,7 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-boost-program-options=boost_program_options \
--with-boost-thread=boost_thread
+CONFIGURE_ENV+= "LIBS=-lboost_system"
MAN1= ${PORTNAME}.1
PLIST_FILES= bin/${PORTNAME}
@@ -46,6 +43,8 @@ CONFIGURE_ARGS+= --disable-magick
.endif
post-patch:
- @${REINPLACE_CMD} -e '/bldtype_/s|-O2||g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e '/bldtype_/s|-O2||g' \
+ -e 's|^extra_LD.*||g' \
+ ${WRKSRC}/configure
.include <bsd.port.post.mk>