diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-10 20:48:45 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-10 20:48:45 +0000 |
commit | a021c1b8c05d90d44a7f031d0b5ee85c32d0b9ea (patch) | |
tree | 0bfafd8b940b1068dff867abd0a486ec4d7ee5c6 /sysutils/u-boot-master | |
parent | f4b5a9883bcd59b1a495cb8f7c3a7c70e75bc6d9 (diff) |
Notes
Diffstat (limited to 'sysutils/u-boot-master')
-rw-r--r-- | sysutils/u-boot-master/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile index a4d75efa4dba..dca788c5dd68 100644 --- a/sysutils/u-boot-master/Makefile +++ b/sysutils/u-boot-master/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS+= gsed:textproc/gsed \ dtc>=1.4.1:sysutils/dtc BUILD_DEPENDS+= ${COMPILER}:devel/${COMPILER} -USES= gmake python:build shebangfix +USES= gmake python:2.7,build shebangfix BINARY_ALIAS= swig=swig3.0 sed=gsed USE_GITHUB= yes |