diff options
author | nsayer <nsayer@FreeBSD.org> | 2001-04-03 21:04:10 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2001-04-03 21:04:10 +0800 |
commit | 8af5a489def97c40d1593d37cc57ba57d704c295 (patch) | |
tree | 3e2f9ccf3ec4b184ed6bca867a55d5c2f52788d5 /emulators/xpinmame | |
parent | 46045bd8129a9cb63cc018af7fdcd9ee8052adef (diff) | |
download | freebsd-ports-gnome-8af5a489def97c40d1593d37cc57ba57d704c295.tar.gz freebsd-ports-gnome-8af5a489def97c40d1593d37cc57ba57d704c295.tar.zst freebsd-ports-gnome-8af5a489def97c40d1593d37cc57ba57d704c295.zip |
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
Diffstat (limited to 'emulators/xpinmame')
-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" |