diff options
author | dillo <dillo@pkgsrc.org> | 2004-07-26 18:00:17 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2004-07-26 18:00:17 +0000 |
commit | e45d754f2e644a14adb2f70f1930191009ec01e8 (patch) | |
tree | e5f0d5f5f0ba5629f40cc4c00dec82925ae0012d /emulators/fceu/Makefile | |
parent | 5819803310e8f458c865c754f9b1b571445f2092 (diff) | |
download | pkgsrc-e45d754f2e644a14adb2f70f1930191009ec01e8.tar.gz |
Enable joystick input by default. PKGREVISION++
If you ran fceu before, you have to delete ~/.fceultra/fceu98.cfg
for the changes to take effect.
Diffstat (limited to 'emulators/fceu/Makefile')
-rw-r--r-- | emulators/fceu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/fceu/Makefile b/emulators/fceu/Makefile index 27e4cbd308b..9c197ade8fa 100644 --- a/emulators/fceu/Makefile +++ b/emulators/fceu/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/19 18:37:14 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2004/07/26 18:00:17 dillo Exp $ # DISTNAME= fceu-0.98.10.src PKGNAME= ${DISTNAME:S/.src//} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://fceultra.sourceforge.net/releases/ EXTRACT_SUFX= .tar.bz2 |