diff options
Diffstat (limited to 'science/py-cdo/Makefile')
-rw-r--r-- | science/py-cdo/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/science/py-cdo/Makefile b/science/py-cdo/Makefile index b94ffc9354b4..9f4a13f0f81c 100644 --- a/science/py-cdo/Makefile +++ b/science/py-cdo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cdo -PORTVERSION= 1.3.6 +PORTVERSION= 1.4.0 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +15,9 @@ LICENSE= GPLv2 RUN_DEPENDS= cdo:science/cdo \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> |