diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-19 23:25:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-19 23:25:11 +0000 |
commit | 26eec49cd2f1bd266bfb9b4d7efe942941832a69 (patch) | |
tree | 4ff31e34ffd2ab7697ebed107594a9588b25099d /emulators/xmess | |
parent | b98be73a9f1541fe8d93c7c3d5d8347cac21caab (diff) | |
download | ports-26eec49cd2f1bd266bfb9b4d7efe942941832a69.tar.gz ports-26eec49cd2f1bd266bfb9b4d7efe942941832a69.zip |
Notes
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 9b0c97b444aa..b9d7f947d053 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" |