svn commit: r325655 - head/audio/jack

Baptiste Daroussin bapt at FreeBSD.org
Fri Aug 30 02:04:53 UTC 2013


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 \


More information about the svn-ports-head mailing list