svn commit: r326034 - head/devel/dbus-qt4

Antoine Brodin antoine at FreeBSD.org
Mon Sep 2 17:03:17 UTC 2013


Author: antoine
Date: Mon Sep  2 17:03:17 2013
New Revision: 326034
URL: http://svnweb.freebsd.org/changeset/ports/326034

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

Modified:
  head/devel/dbus-qt4/Makefile

Modified: head/devel/dbus-qt4/Makefile
==============================================================================
--- head/devel/dbus-qt4/Makefile	Mon Sep  2 16:56:12 2013	(r326033)
+++ head/devel/dbus-qt4/Makefile	Mon Sep  2 17:03:17 2013	(r326034)
@@ -11,6 +11,7 @@ COMMENT=	Qt4 bindings for the D-BUS mess
 
 LIB_DEPENDS=	dbus-1.3:${PORTSDIR}/devel/dbus
 
+USES=		pkgconfig
 USE_QT4=	qmake_build moc_build rcc_build corelib xml
 QT_NONSTANDARD=	yes
 QT_DIST=	yes


More information about the svn-ports-head mailing list