Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2017 15:50:07 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451900 - head/sysutils/u-boot-master
Message-ID:  <201710121550.v9CFo77I059178@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Oct 12 15:50:06 2017
New Revision: 451900
URL: https://svnweb.freebsd.org/changeset/ports/451900

Log:
  Correctly use BINARY_ALIAS
  
  Reported by:	imp

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

Modified: head/sysutils/u-boot-master/Makefile
==============================================================================
--- head/sysutils/u-boot-master/Makefile	Thu Oct 12 15:49:31 2017	(r451899)
+++ head/sysutils/u-boot-master/Makefile	Thu Oct 12 15:50:06 2017	(r451900)
@@ -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



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