svn commit: r395890 - head/science/py-cdo

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


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

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

Modified:
  head/science/py-cdo/Makefile

Modified: head/science/py-cdo/Makefile
==============================================================================
--- head/science/py-cdo/Makefile	Wed Sep  2 17:04:31 2015	(r395889)
+++ head/science/py-cdo/Makefile	Wed Sep  2 17:04:36 2015	(r395890)
@@ -14,7 +14,8 @@ LICENSE=	GPLv2
 
 RUN_DEPENDS=	${LOCALBASE}/bin/cdo:${PORTSDIR}/science/cdo
 
-USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list