svn commit: r326038 - head/net-im/telepathy-qt

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 17:09:32 UTC 2013


Author: bapt
Date: Mon Sep  2 17:09:31 2013
New Revision: 326038
URL: http://svnweb.freebsd.org/changeset/ports/326038

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/net-im/telepathy-qt/Makefile

Modified: head/net-im/telepathy-qt/Makefile
==============================================================================
--- head/net-im/telepathy-qt/Makefile	Mon Sep  2 17:08:42 2013	(r326037)
+++ head/net-im/telepathy-qt/Makefile	Mon Sep  2 17:09:31 2013	(r326038)
@@ -1,7 +1,4 @@
-# New ports collection Makefile for:	telepathy-qt
-# Date created:				2008-02-10
-# Whom:					arved
-#
+# Created by: arved
 # $FreeBSD$
 
 PORTNAME=	telepathy-qt
@@ -16,7 +13,7 @@ COMMENT=	Framework for VoIP and IP appli
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/../COPYING
 
-USES=		cmake
+USES=		cmake pkgconfig
 CMAKE_SOURCE_PATH=	..
 USE_QT4=	corelib qmake_build uic_build moc_build rcc_build xml dbus
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list