summaryrefslogtreecommitdiff
path: root/audio/pd
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/pd
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/pd')
-rw-r--r--audio/pd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pd/Makefile b/audio/pd/Makefile
index 4c835c531b30..dac1fbdebc28 100644
--- a/audio/pd/Makefile
+++ b/audio/pd/Makefile
@@ -17,6 +17,7 @@ OPTIONS_DEFINE= ALSA FFTW JACK DOCS
WRKSRC= ${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,}
+USES= pkgconfig
USE_TK_WRAPPER= yes
USE_GETTEXT= yes
USE_GMAKE= yes
@@ -24,7 +25,6 @@ USE_AUTOTOOLS= aclocal libtoolize autoconf automake
ACLOCAL_ARGS= -I m4/generated -I m4
LIBTOOLIZE_ARGS=--install --force
AUTOMAKE_ARGS= --add-missing --copy --force-missing
-USE_PKGCONFIG= build
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes