diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-03 01:04:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-03 01:04:36 +0800 |
commit | 6a15fa76e8b52225dcbfda2aa8944f360e2c5ede (patch) | |
tree | 6a8c906ccf3c3eae50d961fb6cd964b9c0e425a6 /science | |
parent | caf6f48e0e8df6fe3d40cac116ac249bd7df6dd1 (diff) | |
download | freebsd-ports-gnome-6a15fa76e8b52225dcbfda2aa8944f360e2c5ede.tar.gz freebsd-ports-gnome-6a15fa76e8b52225dcbfda2aa8944f360e2c5ede.tar.zst freebsd-ports-gnome-6a15fa76e8b52225dcbfda2aa8944f360e2c5ede.zip |
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH
Diffstat (limited to 'science')
-rw-r--r-- | science/py-cdo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/py-cdo/Makefile b/science/py-cdo/Makefile index 4a78ff50d17d..c1c452cdd463 100644 --- a/science/py-cdo/Makefile +++ b/science/py-cdo/Makefile @@ -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> |