Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2012 10:30:16 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305353 - head/audio/q-audio
Message-ID:  <201210061030.q96AUGCX043407@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210061030.q96AUGCX043407>