summaryrefslogtreecommitdiff
path: root/audio/libbs2b
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-22 23:19:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-22 23:19:08 +0000
commita2157276860a3947431ad500cdb3a9017b7d3008 (patch)
tree0466a027a1b9e02968cfceb0159e462e8b34c86d /audio/libbs2b
parentConvert some multimedia@ ports to: (diff)
Convert USE_PKGCONFIG -> USES=pkgconf for audio category
Notes
Notes: svn path=/head/; revision=316287
Diffstat (limited to 'audio/libbs2b')
-rw-r--r--audio/libbs2b/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/libbs2b/Makefile b/audio/libbs2b/Makefile
index 38a13f51418e..d70aaea5ede2 100644
--- a/audio/libbs2b/Makefile
+++ b/audio/libbs2b/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libbs2b
-# Date created: 22 May 2010
-# Whom: SimaMoto,RyoTa <liangtai.s4@gmail.com>
-#
+# Created by: SimaMoto,RyoTa <liangtai.s4@gmail.com>
# $FreeBSD$
-#
PORTNAME= libbs2b
PORTVERSION= 3.1.0
@@ -19,10 +15,10 @@ LIB_DEPENDS+= sndfile:${PORTSDIR}/audio/libsndfile \
FLAC:${PORTSDIR}/audio/flac \
vorbis:${PORTSDIR}/audio/libvorbis
+USES= pkgconfig
USE_BZIP2= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
-USE_PKGCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= CFLAGS=`pkg-config --cflags sndfile` \
LDFLAGS=`pkg-config --libs-only-L sndfile`