svn commit: r455711 - head/devel/py-wrapt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 7 16:00:20 UTC 2017


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


More information about the svn-ports-head mailing list