svn commit: r532737 - head/sysutils/u-boot-master

Antoine Brodin antoine at FreeBSD.org
Fri Apr 24 06:47:36 UTC 2020


Author: antoine
Date: Fri Apr 24 06:47:35 2020
New Revision: 532737
URL: https://svnweb.freebsd.org/changeset/ports/532737

Log:
  Relax python requirements
  
  With hat:	portmgr

Modified:
  head/sysutils/u-boot-master/Makefile

Modified: head/sysutils/u-boot-master/Makefile
==============================================================================
--- head/sysutils/u-boot-master/Makefile	Fri Apr 24 05:13:50 2020	(r532736)
+++ head/sysutils/u-boot-master/Makefile	Fri Apr 24 06:47:35 2020	(r532737)
@@ -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


More information about the svn-ports-all mailing list