Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2017 17:54:32 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455216 - head/devel/libsoup
Message-ID:  <201711301754.vAUHsWTD055372@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711301754.vAUHsWTD055372>