svn commit: r451900 - head/sysutils/u-boot-master

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 12 15:50:08 UTC 2017


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


More information about the svn-ports-head mailing list