Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 17:09:31 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326038 - head/net-im/telepathy-qt
Message-ID:  <201309021709.r82H9VAu099349@svn.freebsd.org>

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



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