aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-master
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-04-24 06:47:35 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-04-24 06:47:35 +0000
commit9c343b58fc4dfe784902bf7263857cfe35480d04 (patch)
tree1d70904687cd1cf0bf78d212dd71a79b9044d765 /sysutils/u-boot-master
parent40943ccbeb6616062d9f7cf8417b9f518abf3483 (diff)
downloadports-9c343b58fc4dfe784902bf7263857cfe35480d04.tar.gz
ports-9c343b58fc4dfe784902bf7263857cfe35480d04.zip
Relax python requirements
With hat: portmgr
Notes
Notes: svn path=/head/; revision=532737
Diffstat (limited to 'sysutils/u-boot-master')
-rw-r--r--sysutils/u-boot-master/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile
index 4f8b0a9127ab..3c979dd1181b 100644
--- a/sysutils/u-boot-master/Makefile
+++ b/sysutils/u-boot-master/Makefile
@@ -21,8 +21,8 @@ BUILD_DEPENDS+= gsed:textproc/gsed \
mkimage:sysutils/u-boot-tools
BUILD_DEPENDS+= ${COMPILER}:devel/${COMPILER}
-USES= bison gmake python:3.7,build shebangfix tar:bz2
-BINARY_ALIAS= bison=${LOCALBASE}/bin/bison dtc=${LOCALBASE}/bin/dtc sed=gsed swig=swig3.0 python3=python3.7
+USES= bison gmake python:3.7+,build shebangfix tar:bz2
+BINARY_ALIAS= bison=${LOCALBASE}/bin/bison dtc=${LOCALBASE}/bin/dtc sed=gsed swig=swig3.0 python3=${PYTHON_CMD}
SHEBANG_FILES= tools/binman/binman.py arch/arm/mach-rockchip/make_fit_atf.py
SSP_UNSAFE= yes