diff options
author | mrg <mrg@pkgsrc.org> | 2013-06-29 08:24:53 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2013-06-29 08:24:53 +0000 |
commit | e711298866a7c17552345f4be6665bed4c359077 (patch) | |
tree | c9489503319711bc79d6606dce20f0f544fa7577 /emulators/gxemul/Makefile | |
parent | 9a86356cbb90bf3701c8d6ebae4de6c6a9792c1c (diff) | |
download | pkgsrc-e711298866a7c17552345f4be6665bed4c359077.tar.gz |
add support for more ways of writing to arm SPSR, as needed by
netbsd/arm32 ports since about 6 or so months ago.
bump pkg version.
ok agc.
Diffstat (limited to 'emulators/gxemul/Makefile')
-rw-r--r-- | emulators/gxemul/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index a2e57e60d1f..0359a921a44 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2012/10/03 12:55:14 asau Exp $ +# $NetBSD: Makefile,v 1.49 2013/06/29 08:24:53 mrg Exp $ DISTNAME= gxemul-0.6.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= emulators MASTER_SITES= http://gxemul.sourceforge.net/src/ |