svn commit: r395876 - head/devel/py-curtsies

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 2 17:03:34 UTC 2015


Author: sunpoet
Date: Wed Sep  2 17:03:33 2015
New Revision: 395876
URL: https://svnweb.freebsd.org/changeset/ports/395876

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Add NO_ARCH

Modified:
  head/devel/py-curtsies/Makefile

Modified: head/devel/py-curtsies/Makefile
==============================================================================
--- head/devel/py-curtsies/Makefile	Wed Sep  2 17:03:28 2015	(r395875)
+++ head/devel/py-curtsies/Makefile	Wed Sep  2 17:03:33 2015	(r395876)
@@ -14,7 +14,8 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}blessings>=1.5:${PORTSDIR}/devel/py-blessings
 
-USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list