aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-06-19 10:10:49 +0800
committeryuri <yuri@FreeBSD.org>2018-06-19 10:10:49 +0800
commitdf8d8e576ed9d2846f951fcd330e0afcc095ff8e (patch)
treeff47955cd71703d9d53be79d3eb26696cb5aa52c /astro
parent2af8a35cc78af7e68a98d0ae9293209a770947bd (diff)
downloadfreebsd-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/Makefile4
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>