svn commit: r395888 - head/net/py-simplesoap

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


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

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

Modified:
  head/net/py-simplesoap/Makefile

Modified: head/net/py-simplesoap/Makefile
==============================================================================
--- head/net/py-simplesoap/Makefile	Wed Sep  2 17:04:23 2015	(r395887)
+++ head/net/py-simplesoap/Makefile	Wed Sep  2 17:04:27 2015	(r395888)
@@ -12,7 +12,8 @@ COMMENT=	Python Simple SOAP Library
 
 LICENSE=	LGPL3
 
-USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 GH_ACCOUNT=	py${PORTNAME}


More information about the svn-ports-all mailing list