diff options
author | pav <pav@FreeBSD.org> | 2003-12-19 23:25:11 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-19 23:25:11 +0000 |
commit | ba778ad32b66d7b2912c9f1095b9036e55a71fa3 (patch) | |
tree | fbec2b201f24071d5fe9eefac086882cc8cb01a6 /emulators/xmess | |
parent | 0246a66748c2dabbc4bbf6e0d34f76a28ead28c1 (diff) | |
download | FreeBSD-ports-ba778ad32b66d7b2912c9f1095b9036e55a71fa3.zip FreeBSD-ports-ba778ad32b66d7b2912c9f1095b9036e55a71fa3.tar.gz |
- Unbreak xmess and bring it up to the 0.76.1 (it's slave port of xmame)
Approved by: maintainer timeout (1 month) (xmame part)
Diffstat (limited to 'emulators/xmess')
-rw-r--r-- | emulators/xmess/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index 9b0c97b4..b9d7f94 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xmess -PORTVERSION= 0.67.2 +PORTVERSION= 0.76.1 MAINTAINER= ports@FreeBSD.org COMMENT= X11 emulator for game consoles @@ -16,6 +16,4 @@ DESCR= ${.CURDIR}/pkg-descr MAMEMESS= mess -BROKEN= "Missing from distinfo; will be removed after Feb 2" - .include "${MASTERDIR}/Makefile" |