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 | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209636
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/doscmd/Makefile | 2 | ||||
-rw-r--r-- | emulators/fmsx/Makefile | 4 | ||||
-rw-r--r-- | emulators/m2000/Makefile | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/emulators/doscmd/Makefile b/emulators/doscmd/Makefile index a7f2700670a6..acc8d1def073 100644 --- a/emulators/doscmd/Makefile +++ b/emulators/doscmd/Makefile @@ -20,7 +20,7 @@ ONLY_FOR_ARCHS= i386 MAKE_ARGS+= -DNO_X PLIST_SUB+= X11="@comment " .else -USE_XLIB= yes +USE_XORG= x11 PLIST_SUB+= X11="" .endif MAKE_ARGS+= MANDIR="${PREFIX}/man/man" diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile index cb70f945dac5..a1dff66d2834 100644 --- a/emulators/fmsx/Makefile +++ b/emulators/fmsx/Makefile @@ -7,7 +7,7 @@ PORTNAME= fmsx PORTVERSION= 3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://www.mavetju.org/download/adopted/:code \ http://fms.komkon.org/fMSX/:code \ @@ -24,7 +24,7 @@ COMMENT= The Portable MSX/MSX2/MSX2+ Emulator REINPLACE_ARGS= -i "" -USE_XLIB= yes +USE_XORG= xi x11 RESTRICTED= Legal status of distributed ROM images unclear WRKSRC= ${WRKDIR}/MSX 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 |