Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2015 17:04:36 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395890 - head/science/py-cdo
Message-ID:  <201509021704.t82H4aal026586@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509021704.t82H4aal026586>