diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-19 02:10:49 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-19 02:10:49 +0000 |
commit | 58714b648c43a80feb9dba948ba33cb830399586 (patch) | |
tree | ff47955cd71703d9d53be79d3eb26696cb5aa52c /astro | |
parent | 79603ce51aeae5fad73876e0255dcec5af38d313 (diff) | |
download | ports-58714b648c43a80feb9dba948ba33cb830399586.tar.gz ports-58714b648c43a80feb9dba948ba33cb830399586.zip |
Notes
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> |