diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /emulators/m2000 | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (diff) |
Notes
Diffstat (limited to 'emulators/m2000')
-rw-r--r-- | emulators/m2000/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/m2000/Makefile b/emulators/m2000/Makefile index 1003a8ae58f3..0c8196fcadd9 100644 --- a/emulators/m2000/Makefile +++ b/emulators/m2000/Makefile @@ -8,7 +8,7 @@ PORTNAME= m2000 PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= \ http://www.komkon.org/~dekogel/files/p2000/:code \ @@ -46,7 +46,7 @@ M2000TAPES= 3DDoolhof2.cas \ WRKSRC= ${WRKDIR}/P2000 ALL_TARGET= x -USE_XLIB= yes +USE_XORG= x11 xi SUB_FILES= m2000.sh PORTDOCS= M2000.txt |