diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-05-02 14:17:35 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-05-02 14:17:35 +0000 |
commit | c6ff7fac4c8aa1f33aba2821fad49f2aa8d93d07 (patch) | |
tree | 3e441b81610386a59eadeeff73ee3d4453f2d539 /emulators/xpinmame/Makefile | |
parent | Put docs into versioned directories. (diff) |
Update xpinmame to 0.99b2 (patch is against xmame-0.37b14.1)
* Fix xmess plist problem (reported by bento): missing xmess/credits.txt
PR: 26856
Submitted by: Stijn Hoop <stijn@win.tue.nl>
Diffstat (limited to 'emulators/xpinmame/Makefile')
-rw-r--r-- | emulators/xpinmame/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xpinmame/Makefile b/emulators/xpinmame/Makefile index c079af7bd5ca..cb1ed73c2fa8 100644 --- a/emulators/xpinmame/Makefile +++ b/emulators/xpinmame/Makefile @@ -18,7 +18,7 @@ COMMENT= ${.CURDIR}/pkg-comment DESCR= ${.CURDIR}/pkg-descr MAMEMESS= pinmame -XMAMEVERSION= 0.37b13.1 -PINMAMEVERSION= 0.99b1 +XMAMEVERSION= 0.37b14.1 +PINMAMEVERSION= 0.99b2 .include "${MASTERDIR}/Makefile" |