aboutsummaryrefslogtreecommitdiff
path: root/audio/sphinxbase
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/sphinxbase
parent23f55e92b921e4ae98d452244cdea9d6d8c1300e (diff)
downloadports-a2157276860a3947431ad500cdb3a9017b7d3008.tar.gz
ports-a2157276860a3947431ad500cdb3a9017b7d3008.zip
Convert USE_PKGCONFIG -> USES=pkgconf for audio category
Notes
Notes: svn path=/head/; revision=316287
Diffstat (limited to 'audio/sphinxbase')
-rw-r--r--audio/sphinxbase/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sphinxbase/Makefile b/audio/sphinxbase/Makefile
index 91db9a2b3b74..429a3a5e63e5 100644
--- a/audio/sphinxbase/Makefile
+++ b/audio/sphinxbase/Makefile
@@ -33,7 +33,7 @@ THREADS_DESC= Build with thread safety support
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSNDFILE}
-USE_PKGCONFIG= build
+USES+= pkgconfig
LIB_DEPENDS+= sndfile:${PORTSDIR}/audio/libsndfile
.else
CONFIGURE_ENV+= HAVE_PKGCONFIG=no