svn commit: r422686 - head/net-im/farsight2

Ruslan Makhmatkhanov rm at FreeBSD.org
Fri Sep 23 16:57:43 UTC 2016


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 at 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


More information about the svn-ports-head mailing list