Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2020 20:34:43 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537852 - head/sysutils/u-boot-tools
Message-ID:  <202006032034.053KYhEA069562@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006032034.053KYhEA069562>