svn commit: r546018 - head/net/fspclient

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


Author: sunpoet
Date: Sun Aug 23 19:50:02 2020
New Revision: 546018
URL: https://svnweb.freebsd.org/changeset/ports/546018

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

Modified:
  head/net/fspclient/Makefile

Modified: head/net/fspclient/Makefile
==============================================================================
--- head/net/fspclient/Makefile	Sun Aug 23 19:49:58 2020	(r546017)
+++ head/net/fspclient/Makefile	Sun Aug 23 19:50:02 2020	(r546018)
@@ -10,7 +10,7 @@ MAINTAINER=	cy at FreeBSD.org
 COMMENT=	Ftp-like client for the FSP service
 
 CONFLICTS_INSTALL=	alliance-*
-USES=		tar:bzip2 scons:python2
+USES=		tar:bzip2 scons
 MAKE_ARGS=	prefix=${PREFIX}
 
 PLIST_FILES=	bin/fsp share/man/man1/fsp.1.gz


More information about the svn-ports-head mailing list