diff options
author | dillo <dillo@pkgsrc.org> | 2004-07-26 18:40:06 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2004-07-26 18:40:06 +0000 |
commit | 57e2102c68bb73070c01e807b41d93e88c12efa2 (patch) | |
tree | 4fdcbade1370800e902a41b6043799125b2839a1 /emulators/xmame/Makefile | |
parent | 144904d5b1fc26faabdc4afa58e3ebcc5cbcc234 (diff) | |
download | pkgsrc-57e2102c68bb73070c01e807b41d93e88c12efa2.tar.gz |
USB joystick driver rewritten, will be in next xmame release.
okayed by kristerw.
PKGREVISION++
Diffstat (limited to 'emulators/xmame/Makefile')
-rw-r--r-- | emulators/xmame/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 7eb0e26c8a7..882608647f0 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.114 2004/07/20 04:38:43 xtraeme Exp $ +# $NetBSD: Makefile,v 1.115 2004/07/26 18:40:06 dillo Exp $ # DISTNAME= xmame-0.84.1 +PKGREVISION= 1 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 |