svn commit: r451794 - head/sysutils/u-boot-master
Baptiste Daroussin
bapt at FreeBSD.org
Wed Oct 11 20:38:05 UTC 2017
Author: bapt
Date: Wed Oct 11 20:38:03 2017
New Revision: 451794
URL: https://svnweb.freebsd.org/changeset/ports/451794
Log:
Make the u-boot ports use swig 3.0 when building
Modified:
head/sysutils/u-boot-master/Makefile
Modified: head/sysutils/u-boot-master/Makefile
==============================================================================
--- head/sysutils/u-boot-master/Makefile Wed Oct 11 20:04:04 2017 (r451793)
+++ head/sysutils/u-boot-master/Makefile Wed Oct 11 20:38:03 2017 (r451794)
@@ -15,11 +15,12 @@ COMMENT= Cross-build das u-boot for ${MODEL}
LICENSE= GPLv2
BUILD_DEPENDS+= gsed:textproc/gsed \
- swig:devel/swig13 \
+ swig3.0:devel/swig30 \
dtc>=1.4.1:sysutils/dtc
BUILD_DEPENDS+= ${COMPILER}:devel/${COMPILER}
USES= gmake python:build shebangfix
+BINARY_ALIAS= swig3.0=swig
USE_GITHUB= yes
GH_ACCOUNT= freebsd
More information about the svn-ports-head
mailing list