Date: Fri, 23 Sep 2016 16:57:42 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422686 - head/net-im/farsight2 Message-ID: <201609231657.u8NGvgiQ049297@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Fri Sep 23 16:57:42 2016 New Revision: 422686 URL: https://svnweb.freebsd.org/changeset/ports/422686 Log: 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 Modified: head/net-im/farsight2/Makefile Modified: head/net-im/farsight2/Makefile ============================================================================== --- head/net-im/farsight2/Makefile Fri Sep 23 16:57:13 2016 (r422685) +++ head/net-im/farsight2/Makefile Fri Sep 23 16:57:42 2016 (r422686) @@ -15,7 +15,7 @@ COMMENT= Collection of GStreamer modules 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609231657.u8NGvgiQ049297>