Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10 Differential Revision: https://reviews.freebsd.org/D2639 Reviewed by: sunpoet, mva
This commit is contained in:
@@ -37,7 +37,7 @@ UNIQUE_SUFFIX_FILES= ${SCRIPT_FILES:C/^.*/bin\/&/g} \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 320
|
||||
.if ${PYTHON_REL} < 3200
|
||||
SCRIPT_FILES+= logmerge
|
||||
python_OLD_CMD= /usr/bin/env python
|
||||
.else
|
||||
|
||||
Reference in New Issue
Block a user