diff options
author | mva <mva@FreeBSD.org> | 2014-10-25 00:29:51 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-25 00:29:51 +0800 |
commit | 9602e7be3cefab5a04d6cf3c09fdf9720bfb2c22 (patch) | |
tree | 68b40f3f4036b306637ebfb7679083aa441086a8 /net-im/telepathy-qt4 | |
parent | 7cb20804acb2b46d4c0c3489dd746591f311f6de (diff) | |
download | freebsd-ports-gnome-9602e7be3cefab5a04d6cf3c09fdf9720bfb2c22.tar.gz freebsd-ports-gnome-9602e7be3cefab5a04d6cf3c09fdf9720bfb2c22.tar.zst freebsd-ports-gnome-9602e7be3cefab5a04d6cf3c09fdf9720bfb2c22.zip |
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'net-im/telepathy-qt4')
-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 318b0fa3f8f3..41f67fb00b16 100644 --- a/net-im/telepathy-qt4/Makefile +++ b/net-im/telepathy-qt4/Makefile @@ -17,10 +17,9 @@ LIB_DEPENDS= libtelepathy-farsight.so:${PORTSDIR}/net-im/telepathy-farsight \ USE_GNOME= libxslt:build USE_GSTREAMER= yes -USE_PYTHON_BUILD= yes USE_QT4= corelib dbus gui network qtestlib_build xml \ moc_build qmake_build rcc_build uic_build -USES= cmake pkgconfig +USES= cmake pkgconfig python:build CMAKE_ARGS= -DENABLE_FARSIGHT:BOOL=True \ -DENABLE_TESTS:BOOL=False USE_LDCONFIG= yes |