diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2001-04-03 13:04:10 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2001-04-03 13:04:10 +0000 |
commit | eea534cff4d6f2aa8872d5f339fc352e1f281aa1 (patch) | |
tree | 57020ea6c4971efe3127498008fa2e5b2c775cda /emulators/xpinmame/Makefile | |
parent | Update to 0.5.4. (diff) |
1. Some more GL fixes
2. Don't read existing config files to generate man pages
3. Update xpinmame to 0.99b1
PR: 26300
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=40807
Diffstat (limited to 'emulators/xpinmame/Makefile')
-rw-r--r-- | emulators/xpinmame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/xpinmame/Makefile b/emulators/xpinmame/Makefile index 2213ff58dd86..c079af7bd5ca 100644 --- a/emulators/xpinmame/Makefile +++ b/emulators/xpinmame/Makefile @@ -19,6 +19,6 @@ DESCR= ${.CURDIR}/pkg-descr MAMEMESS= pinmame XMAMEVERSION= 0.37b13.1 -PINMAMEVERSION= 0.99b +PINMAMEVERSION= 0.99b1 .include "${MASTERDIR}/Makefile" |