svn commit: r395883 - head/devel/py-simplegeneric

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


Author: sunpoet
Date: Wed Sep  2 17:04:05 2015
New Revision: 395883
URL: https://svnweb.freebsd.org/changeset/ports/395883

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

Modified:
  head/devel/py-simplegeneric/Makefile

Modified: head/devel/py-simplegeneric/Makefile
==============================================================================
--- head/devel/py-simplegeneric/Makefile	Wed Sep  2 17:04:01 2015	(r395882)
+++ head/devel/py-simplegeneric/Makefile	Wed Sep  2 17:04:05 2015	(r395883)
@@ -12,7 +12,8 @@ COMMENT=	Simple generic functions
 
 LICENSE=	ZPL21
 
-USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python zip
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list