diff options
author | nat <nat@pkgsrc.org> | 2014-03-26 01:42:48 +0000 |
---|---|---|
committer | nat <nat@pkgsrc.org> | 2014-03-26 01:42:48 +0000 |
commit | 08e2abda2793fbca562095147d19842470dc5204 (patch) | |
tree | ab96e07d820d875089d0d6c6082a9499c1e6636f /emulators/mame/Makefile | |
parent | 688dfefb235d15a18323133955c5ef052100c426 (diff) | |
download | pkgsrc-08e2abda2793fbca562095147d19842470dc5204.tar.gz |
Fixed crash on startup.
Diffstat (limited to 'emulators/mame/Makefile')
-rw-r--r-- | emulators/mame/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 6d362712f33..af40b40be7c 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2014/02/06 10:40:19 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2014/03/26 01:42:48 nat Exp $ DISTNAME= mame0152s PKGNAME= ${DISTNAME:S/0/-0./:S/s$//} +PKGREVISION= 1 MASTER_SITES= http://mamedev.org/downloader.php?file=releases/ COMMENT= Multiple Arcade Machine Emulator |