svn commit: r301345 - head/audio/opus-tools
Christian Weisgerber
naddy at FreeBSD.org
Sun Jul 22 19:31:10 UTC 2012
Author: naddy
Date: Sun Jul 22 19:31:10 2012
New Revision: 301345
URL: http://svn.freebsd.org/changeset/ports/301345
Log:
Add build dependency on pkg-config.
Submitted by: beat / pointyhat
Modified:
head/audio/opus-tools/Makefile
Modified: head/audio/opus-tools/Makefile
==============================================================================
--- head/audio/opus-tools/Makefile Sun Jul 22 19:23:59 2012 (r301344)
+++ head/audio/opus-tools/Makefile Sun Jul 22 19:31:10 2012 (r301345)
@@ -16,6 +16,8 @@ COMMENT= Encode, inspect, and decode Opu
LIB_DEPENDS= ogg.8:${PORTSDIR}/audio/libogg \
opus:${PORTSDIR}/audio/opus
+BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
+
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
More information about the svn-ports-head
mailing list