Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2020 19:50:03 +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: r546018 - head/net/fspclient
Message-ID:  <202008231950.07NJo367096875@repo.freebsd.org>

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



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