svn commit: r455216 - head/devel/libsoup

Mathieu Arnold mat at FreeBSD.org
Thu Nov 30 17:54:34 UTC 2017


Author: mat
Date: Thu Nov 30 17:54:32 2017
New Revision: 455216
URL: https://svnweb.freebsd.org/changeset/ports/455216

Log:
  Fix USES=python usage.
  
  It has been using Python 2 for a very long time, let's assume it is ok.
  
  Sponsored by:	Absolight

Modified:
  head/devel/libsoup/Makefile   (contents, props changed)

Modified: head/devel/libsoup/Makefile
==============================================================================
--- head/devel/libsoup/Makefile	Thu Nov 30 17:34:36 2017	(r455215)
+++ head/devel/libsoup/Makefile	Thu Nov 30 17:54:32 2017	(r455216)
@@ -21,7 +21,7 @@ PORTSCOUT=	limitw:1,even
 .if !defined(REFERENCE_PORT)
 
 USES+=		gettext gmake gnome libtool pathfix pkgconfig \
-		python:3:build sqlite:3 tar:xz
+		python:build sqlite:3 tar:xz
 USE_GNOME=	glib20 intlhack introspection:build \
 		libxml2 referencehack
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list