diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-09-23 16:57:42 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-09-23 16:57:42 +0000 |
commit | 705518dabac276c2af9d8985c1af39e0bc3e8c37 (patch) | |
tree | e3be43fb15d28ce2b371d8b8f2c4288c200694c3 | |
parent | Make build more robust: add mirror to MASTER_SITES; add TIMESTAMP (diff) |
net-im/farsight2: limit to python 2.x
- limit python version to 2.x
PR: 197236
Submitted by: Elizabeth Myers <elizabeth@Interlinked.me>
With hat: gnome
-rw-r--r-- | net-im/farsight2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/farsight2/Makefile b/net-im/farsight2/Makefile index bd5bcd497b39..38774fd73d2d 100644 --- a/net-im/farsight2/Makefile +++ b/net-im/farsight2/Makefile @@ -15,7 +15,7 @@ COMMENT= Collection of GStreamer modules and libraries for videoconferencing LIB_DEPENDS= libnice.so:net-im/libnice RUN_DEPENDS= libnice-gst010>=0:net-im/libnice-gst010 -USES= gettext libtool gmake pathfix pkgconfig python +USES= gettext libtool gmake pathfix pkgconfig python:2.7 USE_LDCONFIG= yes USE_GNOME= glib20 USE_GSTREAMER= core good bad python |