- Update USE_PYTHON in Makefile to reflect upstream Python
dependency version requirement PR: ports/149251 Submitted by: glarkin Approved by: wen (via email)
This commit is contained in:
parent
c7ce289a29
commit
f657360287
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259505
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue