diff options
author | rm <rm@FreeBSD.org> | 2016-09-24 00:57:42 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2016-09-24 00:57:42 +0800 |
commit | bea39f40e7ecf04c208e50536cce08961e44cd20 (patch) | |
tree | e3be43fb15d28ce2b371d8b8f2c4288c200694c3 /net-im | |
parent | 924d36a79fa9bbec23994e733efa52f832cdf3c0 (diff) | |
download | freebsd-ports-graphics-bea39f40e7ecf04c208e50536cce08961e44cd20.tar.gz freebsd-ports-graphics-bea39f40e7ecf04c208e50536cce08961e44cd20.tar.zst freebsd-ports-graphics-bea39f40e7ecf04c208e50536cce08961e44cd20.zip |
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
Diffstat (limited to 'net-im')
-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 bd5bcd497b3..38774fd73d2 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 |