diff options
author | jwb <jwb@FreeBSD.org> | 2017-12-05 10:59:01 +0800 |
---|---|---|
committer | jwb <jwb@FreeBSD.org> | 2017-12-05 10:59:01 +0800 |
commit | 38ae6022d36e932182d349343c125df4a55c9f4d (patch) | |
tree | 20955adac1ad48bcf2f4b53c90141364ac49afc9 /biology | |
parent | 3119c10c0622494a21d31726c133550850047b28 (diff) | |
download | freebsd-ports-gnome-38ae6022d36e932182d349343c125df4a55c9f4d.tar.gz freebsd-ports-gnome-38ae6022d36e932182d349343c125df4a55c9f4d.tar.zst freebsd-ports-gnome-38ae6022d36e932182d349343c125df4a55c9f4d.zip |
biology/py-macs2: Restrict to python 2.7.
Use ${PYNUMPY} per mat suggestion.
Approved by: jrm
Differential Revision: https://reviews.freebsd.org/D13350
Diffstat (limited to 'biology')
-rw-r--r-- | biology/py-macs2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/py-macs2/Makefile b/biology/py-macs2/Makefile index 5fd3fa1567ae..82180b830d11 100644 --- a/biology/py-macs2/Makefile +++ b/biology/py-macs2/Makefile @@ -11,9 +11,9 @@ COMMENT= Analysis of chromatin immunoprecipitation (ChIP) sequences LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} +BUILD_DEPENDS= ${PYNUMPY} -USES= python +USES= python:2.7 USE_PYTHON= autoplist concurrent cython distutils USE_GITHUB= yes |