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:
Antoine Brodin
2015-05-26 16:47:02 +00:00
parent 95870264a9
commit 1b85bc9332
37 changed files with 63 additions and 55 deletions

View File

@@ -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