svn commit: r537852 - head/sysutils/u-boot-tools

Antoine Brodin antoine at FreeBSD.org
Wed Jun 3 20:34:44 UTC 2020


Author: antoine
Date: Wed Jun  3 20:34:43 2020
New Revision: 537852
URL: https://svnweb.freebsd.org/changeset/ports/537852

Log:
  u-boot-tools builds fine with default python
  
  With hat:	portmgr

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

Modified: head/sysutils/u-boot-tools/Makefile
==============================================================================
--- head/sysutils/u-boot-tools/Makefile	Wed Jun  3 20:14:00 2020	(r537851)
+++ head/sysutils/u-boot-tools/Makefile	Wed Jun  3 20:34:43 2020	(r537852)
@@ -17,7 +17,7 @@ BROKEN_powerpc64=	fails to build: include/config_distr
 BROKEN_SSL=	libressl
 BROKEN_SSL_REASON_libressl=	not supported by the upstream
 
-USES=		bison compiler:c11 gmake python:2.7,build ssl tar:bzip2
+USES=		bison compiler:c11 gmake python:build ssl tar:bzip2
 
 CONFLICTS=	uboot-mkimage
 ALL_TARGET=	tools-only


More information about the svn-ports-all mailing list