diff options
author | yuri <yuri@FreeBSD.org> | 2018-06-19 10:10:49 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-06-19 10:10:49 +0800 |
commit | df8d8e576ed9d2846f951fcd330e0afcc095ff8e (patch) | |
tree | ff47955cd71703d9d53be79d3eb26696cb5aa52c /astro | |
parent | 2af8a35cc78af7e68a98d0ae9293209a770947bd (diff) | |
download | freebsd-ports-gnome-df8d8e576ed9d2846f951fcd330e0afcc095ff8e.tar.gz freebsd-ports-gnome-df8d8e576ed9d2846f951fcd330e0afcc095ff8e.tar.zst freebsd-ports-gnome-df8d8e576ed9d2846f951fcd330e0afcc095ff8e.zip |
astro/py-aipy: Add USE_PYTHON=concurrent
Approved by: portmgr
Diffstat (limited to 'astro')
-rw-r--r-- | astro/py-aipy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/py-aipy/Makefile b/astro/py-aipy/Makefile index b541c8595f92..0ff61e316e81 100644 --- a/astro/py-aipy/Makefile +++ b/astro/py-aipy/Makefile @@ -3,7 +3,7 @@ PORTNAME= aipy PORTVERSION= 2.1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,6 +20,6 @@ BUILD_DEPENDS= ${PYNUMPY} \ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python:2.7 -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils concurrent autoplist .include <bsd.port.mk> |