diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 00:44:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 00:44:09 +0800 |
commit | e7a3b40f2f2727f2aa489686379d24ef713d42b6 (patch) | |
tree | 83b98a8e9d6b20e333967850c6ae011cc66dd5bc /emulators/m2000 | |
parent | 652b5f2ab695eee5d807552834f0b56e9bc4449d (diff) | |
download | freebsd-ports-graphics-e7a3b40f2f2727f2aa489686379d24ef713d42b6.tar.gz freebsd-ports-graphics-e7a3b40f2f2727f2aa489686379d24ef713d42b6.tar.zst freebsd-ports-graphics-e7a3b40f2f2727f2aa489686379d24ef713d42b6.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
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 1003a8ae58f..0c8196fcadd 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 |