svn commit: r546020 - head/net/fsplib

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 23 19:50:19 UTC 2020


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}
 


More information about the svn-ports-head mailing list