Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 17:03:17 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326034 - head/devel/dbus-qt4
Message-ID:  <201309021703.r82H3Hcx096447@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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