aboutsummaryrefslogtreecommitdiff
path: root/audio/speex
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-01-09 17:18:46 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-01-09 17:18:46 +0000
commit2bba679987f243e4bbeb5ee200454889d461a24d (patch)
treeb422d1ede6de1d597f5fd7f25a2d0d9ce7b18f50 /audio/speex
parentc9e8d09893f7a3988bf20872ed0f00246ad54d1d (diff)
downloadports-2bba679987f243e4bbeb5ee200454889d461a24d.tar.gz
ports-2bba679987f243e4bbeb5ee200454889d461a24d.zip
Add USES=pkgconfig
PR: 196641
Notes
Notes: svn path=/head/; revision=376626
Diffstat (limited to 'audio/speex')
-rw-r--r--audio/speex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile
index 4bedc60ce04e..a09664222d25 100644
--- a/audio/speex/Makefile
+++ b/audio/speex/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-USES= libtool pathfix
+USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.mk>