1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Limit net-im/telepathy*-qt* components to use python2 only as it hardcoded in src

With hat:	kde
This commit is contained in:
Dima Panov 2017-06-20 04:41:27 +00:00
parent 40a7a0a964
commit bab092f859
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443941
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \
libtelepathy-logger.so:net-im/telepathy-logger \
libtelepathy-qt4.so:net-im/telepathy-qt4
USES= bison:build cmake kde:4 pkgconfig python:build tar:bzip2
USES= bison:build cmake kde:4 pkgconfig python:2,build tar:bzip2
USE_GNOME= glib20 libxml2
USE_GSTREAMER= qt4
USE_KDE= # empty

View File

@ -22,7 +22,7 @@ OPTIONS_DEFINE= DOCS
USE_GNOME= glib20 libxslt:build
USE_GSTREAMER= yes
USES= cmake:outsource gettext pathfix pkgconfig python:build
USES= cmake:outsource gettext pathfix pkgconfig python:2,build
CMAKE_ARGS= -DENABLE_EXAMPLES:BOOL=False \
-DENABLE_FARSIGHT:BOOL=False \
-DENABLE_FARSTREAM:BOOL=True \