diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-01-13 21:00:02 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-01-13 21:00:02 +0000 |
commit | 50f8eaece13e14735ce71c2c22f8aac07f7cd50a (patch) | |
tree | 15cdc9de8e1435e170938ead4c0c26dfe041a7e6 /biology | |
parent | f7c433d7169aa1bbe61414cf420ec27bbb3160d3 (diff) | |
download | ports-50f8eaece13e14735ce71c2c22f8aac07f7cd50a.tar.gz ports-50f8eaece13e14735ce71c2c22f8aac07f7cd50a.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/crux/Makefile | 2 | ||||
-rw-r--r-- | biology/py-biopython/Makefile | 2 | ||||
-rw-r--r-- | biology/pyfasta/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/biology/crux/Makefile b/biology/crux/Makefile index 6362c0432199..b303a7f992bb 100644 --- a/biology/crux/Makefile +++ b/biology/crux/Makefile @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-python=${PYTHON_CMD} --disable-mpi USE_CSTD= gnu99 USE_GMAKE= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes OPTIONS_DEFINE= SYS_LINALG SYS_LINALG_DESC= Enable system ATLAS/LAPACK diff --git a/biology/py-biopython/Makefile b/biology/py-biopython/Makefile index 2e3fb0555881..d8d34ead3ddc 100644 --- a/biology/py-biopython/Makefile +++ b/biology/py-biopython/Makefile @@ -14,7 +14,7 @@ COMMENT= Collection of Python modules for bioinformatics BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes diff --git a/biology/pyfasta/Makefile b/biology/pyfasta/Makefile index 227bdc13a2f1..c72c17de8b13 100644 --- a/biology/pyfasta/Makefile +++ b/biology/pyfasta/Makefile @@ -13,7 +13,7 @@ COMMENT= Fast, memory-efficient, pythonic access to fasta sequence files BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install NO_STAGE= yes |