Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2013 02:04:53 +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: r325655 - head/audio/jack
Message-ID:  <201308300204.r7U24roB064631@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Aug 30 02:04:52 2013
New Revision: 325655
URL: http://svnweb.freebsd.org/changeset/ports/325655

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/audio/jack/Makefile

Modified: head/audio/jack/Makefile
==============================================================================
--- head/audio/jack/Makefile	Fri Aug 30 02:03:46 2013	(r325654)
+++ head/audio/jack/Makefile	Fri Aug 30 02:04:52 2013	(r325655)
@@ -17,9 +17,8 @@ LIB_DEPENDS=	portaudio:${PORTSDIR}/audio
 		celt0:${PORTSDIR}/audio/celt
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
-USES=		pathfix
+USES=		gmake pathfix pkgconfig
 
 CONFIGURE_ENV=	LIBS="-pthread"
 CONFIGURE_ARGS=	--enable-portaudio \



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