summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-10-12 15:50:06 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-10-12 15:50:06 +0000
commit68dce24019665a59d03e92f99d93fb7795e467bf (patch)
tree0c8fd913f05f15f039f6ef4068f8d10b11ba257e
parentUpdate to 7.47 (diff)
Correctly use BINARY_ALIAS
Reported by: imp
-rw-r--r--sysutils/u-boot-master/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile
index b166985c4b57..6d92895f65e9 100644
--- a/sysutils/u-boot-master/Makefile
+++ b/sysutils/u-boot-master/Makefile
@@ -20,7 +20,7 @@ BUILD_DEPENDS+= gsed:textproc/gsed \
BUILD_DEPENDS+= ${COMPILER}:devel/${COMPILER}
USES= gmake python:build shebangfix
-BINARY_ALIAS= swig3.0=swig
+BINARY_ALIAS= swig=swig3.0
USE_GITHUB= yes
GH_ACCOUNT= freebsd