svn commit: r305353 - head/audio/q-audio

Baptiste Daroussin bapt at FreeBSD.org
Sat Oct 6 10:30:17 UTC 2012


Author: bapt
Date: Sat Oct  6 10:30:16 2012
New Revision: 305353
URL: http://svn.freebsd.org/changeset/ports/305353

Log:
  Add explicit build dep on pkgconf not a leaked one (neded to build jack support)

Modified:
  head/audio/q-audio/Makefile

Modified: head/audio/q-audio/Makefile
==============================================================================
--- head/audio/q-audio/Makefile	Sat Oct  6 10:28:56 2012	(r305352)
+++ head/audio/q-audio/Makefile	Sat Oct  6 10:30:16 2012	(r305353)
@@ -23,6 +23,8 @@ LIB_DEPENDS=	q.8:${PORTSDIR}/lang/q \
 BUILD_DEPENDS=	${LOCALBASE}/lib/portaudio2/libportaudio.so.2:${PORTSDIR}/audio/portaudio2
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+USE_PKGCONFIG=	build
+
 DATADIR=	${PREFIX}/share/q
 
 CFLAGS+=	-I${LOCALBASE}/include/portaudio2 -I${LOCALBASE}/include



More information about the svn-ports-all mailing list