summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2010-08-18 14:09:34 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2010-08-18 14:09:34 +0000
commitf6573602870f8f0a7ccfa1efccd459805f26a512 (patch)
tree4d483fc5c954bac0e31c88308bf381a11698b8e5 /biology
parent- Restrict Python version to 2.5+ to avoid compilation errors (diff)
- Update USE_PYTHON in Makefile to reflect upstream Python
dependency version requirement PR: ports/149251 Submitted by: glarkin Approved by: wen (via email)
Notes
Notes: svn path=/head/; revision=259505
Diffstat (limited to 'biology')
-rw-r--r--biology/pyfasta/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/pyfasta/Makefile b/biology/pyfasta/Makefile
index 73e2a97c53fa..be41217ab924 100644
--- a/biology/pyfasta/Makefile
+++ b/biology/pyfasta/Makefile
@@ -16,7 +16,7 @@ COMMENT= Fast, memory-efficient, pythonic access to fasta sequence files
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${BUILD_DEPENDS}
-USE_PYTHON= yes
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>