diff options
author | fluffy <fluffy@FreeBSD.org> | 2017-02-09 13:25:59 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2017-02-09 13:25:59 +0800 |
commit | 2ff076c10cb33410f7f5d14b945f206670177eee (patch) | |
tree | 2c73738cba440383185125de3fde1ff0a70c3235 /net-im/libtelepathy | |
parent | 407600e0761a894694509ca3098249c132d9c6f5 (diff) | |
download | freebsd-ports-gnome-2ff076c10cb33410f7f5d14b945f206670177eee.tar.gz freebsd-ports-gnome-2ff076c10cb33410f7f5d14b945f206670177eee.tar.zst freebsd-ports-gnome-2ff076c10cb33410f7f5d14b945f206670177eee.zip |
Limit net-im/*telepathy* components to use python2 only as it hardcoded in src
PR: 215672
Submitted by: myself
Approved by: gnome (kwm via irc)
Diffstat (limited to 'net-im/libtelepathy')
-rw-r--r-- | net-im/libtelepathy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/libtelepathy/Makefile b/net-im/libtelepathy/Makefile index 71b7093c9030..7f75c8e32089 100644 --- a/net-im/libtelepathy/Makefile +++ b/net-im/libtelepathy/Makefile @@ -14,7 +14,7 @@ COMMENT= Flexible Communications Framework LIB_DEPENDS= libtelepathy-glib.so:net-im/telepathy-glib \ libdbus-glib-1.so:devel/dbus-glib -USES= gmake libtool pathfix pkgconfig python:build +USES= gmake libtool pathfix pkgconfig python:2,build USE_LDCONFIG= yes USE_GNOME= glib20 libxslt:build GNU_CONFIGURE= yes |