Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Sep 2017 19:08:13 +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: r450538 - head/devel/py-wrapt
Message-ID:  <201709241908.v8OJ8DVe093555@repo.freebsd.org>

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



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