svn commit: r355506 - head/net-p2p/unworkable

Baptiste Daroussin bapt at FreeBSD.org
Tue May 27 12:43:49 UTC 2014


Author: bapt
Date: Tue May 27 12:43:48 2014
New Revision: 355506
URL: http://svnweb.freebsd.org/changeset/ports/355506
QAT: https://qat.redports.org/buildarchive/r355506/

Log:
  Convert to USES=scons

Modified:
  head/net-p2p/unworkable/Makefile

Modified: head/net-p2p/unworkable/Makefile
==============================================================================
--- head/net-p2p/unworkable/Makefile	Tue May 27 12:42:34 2014	(r355505)
+++ head/net-p2p/unworkable/Makefile	Tue May 27 12:43:48 2014	(r355506)
@@ -11,10 +11,9 @@ COMMENT=	A Free BitTorrent Implementatio
 
 LIB_DEPENDS=	libevent-1.4.so:${PORTSDIR}/devel/libevent
 
-USE_SCONS=	yes
+USES=		scons
 USE_OPENSSL=	yes
 
-SCONS_BUILDENV=	${SCONS_ENV}
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 PLIST_FILES=	bin/unworkable man/man1/unworkable.1.gz


More information about the svn-ports-all mailing list