Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2020 19:50:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546020 - head/net/fsplib
Message-ID:  <202008231950.07NJoB27097065@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 23 19:50:11 2020
New Revision: 546020
URL: https://svnweb.freebsd.org/changeset/ports/546020

Log:
  Use scons of Python 3
  
  Approved by:	portmgr (blanket)

Modified:
  head/net/fsplib/Makefile

Modified: head/net/fsplib/Makefile
==============================================================================
--- head/net/fsplib/Makefile	Sun Aug 23 19:50:07 2020	(r546019)
+++ head/net/fsplib/Makefile	Sun Aug 23 19:50:11 2020	(r546020)
@@ -13,7 +13,7 @@ LICENSE_NAME=	FSP software suite copyright
 LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-USES=		scons:python2
+USES=		scons
 
 CCFLAGS=	${CXXFLAGS}
 



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