svn commit: r314545 - head/multimedia/quvi

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 18 11:06:35 UTC 2013


Author: bapt
Date: Mon Mar 18 09:40:20 2013
New Revision: 314545
URL: http://svnweb.freebsd.org/changeset/ports/314545

Log:
  Fix build by adding a build dependency on pkgconf

Modified:
  head/multimedia/quvi/Makefile

Modified: head/multimedia/quvi/Makefile
==============================================================================
--- head/multimedia/quvi/Makefile	Mon Mar 18 09:34:44 2013	(r314544)
+++ head/multimedia/quvi/Makefile	Mon Mar 18 09:40:20 2013	(r314545)
@@ -19,6 +19,7 @@ RUN_DEPENDS=	libquvi>=0.4.0:${PORTSDIR}/
 
 GNU_CONFIGURE=	yes
 USE_XZ=		yes
+USE_PKGCONFIG=	build
 
 MAN1=		quvi.1
 PLIST_FILES=	bin/quvi


More information about the svn-ports-head mailing list