1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

net-im/telepathy-qt: remove unnecessary lock on python2

- switch to python3
This commit is contained in:
Tobias C. Berner 2020-03-16 20:10:07 +00:00
parent ccd9e4335a
commit 799eedb844
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528545

View File

@ -3,6 +3,7 @@
PORTNAME= telepathy-qt
DISTVERSION= 0.9.8
PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= https://telepathy.freedesktop.org/releases/${PORTNAME}/
PKGNAMESUFFIX= 5
@ -18,7 +19,7 @@ LIB_DEPENDS= libtelepathy-farstream.so:net-im/telepathy-farstream \
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:devel/py-dbus@${PY_FLAVOR}
USES= cmake compiler:c++11-lang gettext gnome localbase:ldflags pathfix \
pkgconfig python:2.7,build qt:5
pkgconfig python:3.5+,build qt:5
USE_GNOME= glib20 libxslt:build
USE_GSTREAMER= yes
USE_LDCONFIG= yes