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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 24 19:08:14 UTC 2017


Author: sunpoet
Date: Sun Sep 24 19:08:12 2017
New Revision: 450538
URL: https://svnweb.freebsd.org/changeset/ports/450538

Log:
  Allow adding py3- slave port
  
  PR:		222530
  Submitted by:	philip

Modified:
  head/devel/py-wrapt/Makefile

Modified: head/devel/py-wrapt/Makefile
==============================================================================
--- head/devel/py-wrapt/Makefile	Sun Sep 24 19:08:07 2017	(r450537)
+++ head/devel/py-wrapt/Makefile	Sun Sep 24 19:08:12 2017	(r450538)
@@ -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-all mailing list