From owner-svn-ports-all@FreeBSD.ORG Sat Oct 6 10:30:17 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 38F341065694; Sat, 6 Oct 2012 10:30:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2379A8FC14; Sat, 6 Oct 2012 10:30:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q96AUHGP043409; Sat, 6 Oct 2012 10:30:17 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q96AUGCX043407; Sat, 6 Oct 2012 10:30:16 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201210061030.q96AUGCX043407@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 6 Oct 2012 10:30:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305353 - head/audio/q-audio X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2012 10:30:17 -0000 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