svn commit: r326191 - head/net-im/telepathy-logger-qt4

Antoine Brodin antoine at FreeBSD.org
Tue Sep 3 18:20:40 UTC 2013


Author: antoine
Date: Tue Sep  3 18:20:39 2013
New Revision: 326191
URL: http://svnweb.freebsd.org/changeset/ports/326191

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

Modified:
  head/net-im/telepathy-logger-qt4/Makefile

Modified: head/net-im/telepathy-logger-qt4/Makefile
==============================================================================
--- head/net-im/telepathy-logger-qt4/Makefile	Tue Sep  3 18:16:10 2013	(r326190)
+++ head/net-im/telepathy-logger-qt4/Makefile	Tue Sep  3 18:20:39 2013	(r326191)
@@ -23,7 +23,7 @@ USE_GSTREAMER=	qt4
 USE_KDE4=	# empty
 USE_PYTHON_BUILD=	2.5+
 USE_QT4=	corelib dbus moc_build qmake_build rcc_build uic_build
-USES=		bison:build cmake
+USES=		bison:build cmake pkgconfig
 USE_BZIP2=	yes
 CMAKE_ARGS=	-DUSE_COMMON_CMAKE_PACKAGE_CONFIG_DIR:BOOL=True
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list