Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Dec 2017 16:00:18 +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: r455711 - head/devel/py-wrapt
Message-ID:  <201712071600.vB7G0In2087554@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec  7 16:00:18 2017
New Revision: 455711
URL: https://svnweb.freebsd.org/changeset/ports/455711

Log:
  Use USES=

Modified:
  head/devel/py-wrapt/Makefile

Modified: head/devel/py-wrapt/Makefile
==============================================================================
--- head/devel/py-wrapt/Makefile	Thu Dec  7 16:00:13 2017	(r455710)
+++ head/devel/py-wrapt/Makefile	Thu Dec  7 16:00:18 2017	(r455711)
@@ -13,7 +13,7 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_PYTHON=	autoplist concurrent distutils
-USES?=		python
+USES=		python
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/wrapt/_wrappers.so



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