diff options
author | avilla <avilla@FreeBSD.org> | 2013-04-30 23:57:28 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2013-04-30 23:57:28 +0800 |
commit | 01f0b81e8242d80533deae0a06211d3ddb211762 (patch) | |
tree | 844a5755555eee389e22f423ecc818130c552191 /net-im | |
parent | e4898519f3fda1e8e688697b5719c75538700e97 (diff) | |
download | freebsd-ports-gnome-01f0b81e8242d80533deae0a06211d3ddb211762.tar.gz freebsd-ports-gnome-01f0b81e8242d80533deae0a06211d3ddb211762.tar.zst freebsd-ports-gnome-01f0b81e8242d80533deae0a06211d3ddb211762.zip |
- Merge two USES into one.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-qt4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-im/telepathy-qt4/Makefile b/net-im/telepathy-qt4/Makefile index 6057107088f3..3badb77cc500 100644 --- a/net-im/telepathy-qt4/Makefile +++ b/net-im/telepathy-qt4/Makefile @@ -14,13 +14,12 @@ LICENSE= LGPL21 LIB_DEPENDS= telepathy-farsight:${PORTSDIR}/net-im/telepathy-farsight \ telepathy-glib:${PORTSDIR}/net-im/telepathy-glib -USES= pkgconfig USE_GNOME= libxslt:build USE_GSTREAMER= yes USE_PYTHON_BUILD= 2.5+ USE_QT4= dbus gui network qtestlib_build xml \ moc_build qmake_build rcc_build uic_build -USES= cmake +USES= cmake pkgconfig CMAKE_ARGS= -DENABLE_FARSIGHT:BOOL=True \ -DENABLE_TESTS:BOOL=False MAKE_JOBS_SAFE= yes |