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/fmsx | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (diff) | |
download | ports-5afc678aac11dcb929706121d1fec2707a1e8e54.tar.gz ports-5afc678aac11dcb929706121d1fec2707a1e8e54.zip |
Notes
Diffstat (limited to 'emulators/fmsx')
-rw-r--r-- | emulators/fmsx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |