diff options
author | gson <gson@pkgsrc.org> | 2019-06-02 09:19:58 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2019-06-02 09:19:58 +0000 |
commit | 1843174d0219fe2c3146146d9ab28796950160b8 (patch) | |
tree | 5a1ba6f160395ae3eb07c569d37a6144098bad1a /emulators/gxemul/Makefile | |
parent | c5553349500b3a964204e35821cb0450edb84c66 (diff) | |
download | pkgsrc-1843174d0219fe2c3146146d9ab28796950160b8.tar.gz |
emulators/gxemul: fix hpcmips emulation
Add a patch from Anders Gavare that makes the hpcmips installation
work again. Bump PKGREVISION.
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 66fe4447c30..3cc25e7f97e 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.64 2019/04/11 12:50:30 christos Exp $ +# $NetBSD: Makefile,v 1.65 2019/06/02 09:19:58 gson Exp $ DISTNAME= gxemul-0.6.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gxemul/} |