aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/gem5/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2017-12-21 03:34:11 +0800
committerbapt <bapt@FreeBSD.org>2017-12-21 03:34:11 +0800
commit799ba08ceea2499bc16e2e059b000ac945986d6e (patch)
treebac7657b7c809f134de666e3748eb52500cad676 /emulators/gem5/Makefile
parentabfd36450fd088c77f8a2cdaf48f94fb344e3757 (diff)
downloadfreebsd-ports-gnome-799ba08ceea2499bc16e2e059b000ac945986d6e.tar.gz
freebsd-ports-gnome-799ba08ceea2499bc16e2e059b000ac945986d6e.tar.zst
freebsd-ports-gnome-799ba08ceea2499bc16e2e059b000ac945986d6e.zip
Switch from swig 2.0 to swig 3.0
Diffstat (limited to 'emulators/gem5/Makefile')
-rw-r--r--emulators/gem5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/gem5/Makefile b/emulators/gem5/Makefile
index 912d83f53bb8..cc23abec5237 100644
--- a/emulators/gem5/Makefile
+++ b/emulators/gem5/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= emulators
MAINTAINER= vg@FreeBSD.org
COMMENT= gem5 Simulator System
-BUILD_DEPENDS= swig2.0:devel/swig20 \
+BUILD_DEPENDS= swig3.0:devel/swig30 \
scons:devel/scons
BROKEN_armv6= fails to link: undefined reference to HDLcd::BUS_OPTIONS_RESETV
@@ -21,7 +21,7 @@ DATE= 20140422
USE_GITHUB= yes
GH_ACCOUNT= CTSRD-CHERI
GH_TAGNAME= 99d65cc
-SWIG_BIN= swig2.0
+SWIG_BIN= swig3.0
USES= gmake
.include <bsd.port.pre.mk>