svn commit: r395879 - head/devel/py-isodate

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


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

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

Modified:
  head/devel/py-isodate/Makefile

Modified: head/devel/py-isodate/Makefile
==============================================================================
--- head/devel/py-isodate/Makefile	Wed Sep  2 17:03:42 2015	(r395878)
+++ head/devel/py-isodate/Makefile	Wed Sep  2 17:03:47 2015	(r395879)
@@ -12,7 +12,8 @@ COMMENT=	ISO 8601 date/time/duration par
 
 LICENSE=	BSD3CLAUSE
 
-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