diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2010-08-18 14:09:34 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2010-08-18 14:09:34 +0000 |
commit | f6573602870f8f0a7ccfa1efccd459805f26a512 (patch) | |
tree | 4d483fc5c954bac0e31c88308bf381a11698b8e5 /biology | |
parent | c7ce289a29b2f8d54ef11afb592072c8b54890a2 (diff) | |
download | ports-f6573602870f8f0a7ccfa1efccd459805f26a512.tar.gz ports-f6573602870f8f0a7ccfa1efccd459805f26a512.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/pyfasta/Makefile | 2 |
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> |