svn commit: r326180 - head/multimedia/gstreamer-qt4

Antoine Brodin antoine at FreeBSD.org
Tue Sep 3 17:10:36 UTC 2013


Author: antoine
Date: Tue Sep  3 17:10:36 2013
New Revision: 326180
URL: http://svnweb.freebsd.org/changeset/ports/326180

Log:
  Add an explicit dependency on pkgconf
  
  Approved by:	portmgr (bapt)

Modified:
  head/multimedia/gstreamer-qt4/Makefile

Modified: head/multimedia/gstreamer-qt4/Makefile
==============================================================================
--- head/multimedia/gstreamer-qt4/Makefile	Tue Sep  3 17:09:34 2013	(r326179)
+++ head/multimedia/gstreamer-qt4/Makefile	Tue Sep  3 17:10:36 2013	(r326180)
@@ -16,7 +16,7 @@ LATEST_LINK=	${PORTNAME}${PKGNAMESUFFIX}
 
 LIB_DEPENDS=	boost_thread:${PORTSDIR}/devel/boost-libs
 
-USES=		bison cmake
+USES=		bison cmake pkgconfig
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list