diff options
author | adam <adam@pkgsrc.org> | 2003-10-02 15:08:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-10-02 15:08:05 +0000 |
commit | 75f588b218da0fbe96b87f8dd4e5b354a7146195 (patch) | |
tree | 8eebe1c6110db136888e73c7b23e234950cd0315 /emulators/libspectrum/Makefile | |
parent | bf5773bd5148bce8027739d5659014140c1cd423 (diff) | |
download | pkgsrc-75f588b218da0fbe96b87f8dd4e5b354a7146195.tar.gz |
Changes 0.2.0.1: fix a possible segfault in rzx.c
Diffstat (limited to 'emulators/libspectrum/Makefile')
-rw-r--r-- | emulators/libspectrum/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index 74aa70b3c38..b3c43d63cd0 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2003/09/22 22:06:29 dillo Exp $ +# $NetBSD: Makefile,v 1.3 2003/10/02 15:08:05 adam Exp $ -DISTNAME= libspectrum-0.2.0 -PKGREVISION= 1 +DISTNAME= libspectrum-0.2.0.1 CATEGORIES= emulators MASTER_SITES= http://www.srcf.ucam.org/~pak21/spectrum/ |