diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 17:09:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 17:09:31 +0000 |
commit | 3a316c80ef206668e6ea6fad3dec74582989a75e (patch) | |
tree | bfb2d3e981d07e88841d38e1f6dc88ad8672d4da /net-im | |
parent | 97774589097e556499b60e2ebdff5149df1480bb (diff) |
Notes
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 |