aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libbs2b
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-04-23 07:19:08 +0800
committerbapt <bapt@FreeBSD.org>2013-04-23 07:19:08 +0800
commit95dad78c7fb373ede440573b49826c861a51ebc5 (patch)
tree0466a027a1b9e02968cfceb0159e462e8b34c86d /audio/libbs2b
parent5f42d1c0d3f3598fe5e038dfd0cebe73d395d66f (diff)
downloadfreebsd-ports-gnome-95dad78c7fb373ede440573b49826c861a51ebc5.tar.gz
freebsd-ports-gnome-95dad78c7fb373ede440573b49826c861a51ebc5.tar.zst
freebsd-ports-gnome-95dad78c7fb373ede440573b49826c861a51ebc5.zip
Convert USE_PKGCONFIG -> USES=pkgconf for audio category
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`