diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-12-20 19:34:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-12-20 19:34:11 +0000 |
commit | 2e9911f602efb133285d096c6955cad324328edb (patch) | |
tree | bac7657b7c809f134de666e3748eb52500cad676 /emulators/gem5 | |
parent | 0a89159f7aec94ccc7a0d529aac87c2ddccfa17c (diff) | |
download | ports-2e9911f602efb133285d096c6955cad324328edb.tar.gz ports-2e9911f602efb133285d096c6955cad324328edb.zip |
Notes
Diffstat (limited to 'emulators/gem5')
-rw-r--r-- | emulators/gem5/Makefile | 4 |
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> |