diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 01:09:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 01:09:31 +0800 |
commit | 1d76eed2d007098c6a49e196d51c85d36e71c4da (patch) | |
tree | bfb2d3e981d07e88841d38e1f6dc88ad8672d4da /net-im | |
parent | 58edb50be22049f4b140de87a7370a50159b0933 (diff) | |
download | freebsd-ports-gnome-1d76eed2d007098c6a49e196d51c85d36e71c4da.tar.gz freebsd-ports-gnome-1d76eed2d007098c6a49e196d51c85d36e71c4da.tar.zst freebsd-ports-gnome-1d76eed2d007098c6a49e196d51c85d36e71c4da.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-qt/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-im/telepathy-qt/Makefile b/net-im/telepathy-qt/Makefile index d8281e08bbcb..a1861c386409 100644 --- a/net-im/telepathy-qt/Makefile +++ b/net-im/telepathy-qt/Makefile @@ -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 applications 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 |