diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-01 08:07:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-01 08:07:55 +0000 |
commit | f718bcd1abaece3f5c0afbfcb20fb0bc2ee3be96 (patch) | |
tree | 3d5c95da5ac2845c296d38f9f5d4cd55d49f62f1 /emulators/fmsx | |
parent | 521270e93f7607a2562088915784ba321df68df2 (diff) | |
download | ports-f718bcd1abaece3f5c0afbfcb20fb0bc2ee3be96.tar.gz ports-f718bcd1abaece3f5c0afbfcb20fb0bc2ee3be96.zip |
Notes
Diffstat (limited to 'emulators/fmsx')
-rw-r--r-- | emulators/fmsx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile index b20aa49b0202..a31bdbafd64a 100644 --- a/emulators/fmsx/Makefile +++ b/emulators/fmsx/Makefile @@ -3,7 +3,7 @@ # Date created: 15 Oct 1996 # Whom: dk # -# $Id: Makefile,v 1.4 1997/07/21 19:28:42 max Exp $ +# $Id: Makefile,v 1.5 1998/06/01 01:59:16 dburr Exp $ # DISTNAME= fMSX @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= dk@farm.org +USE_XLIB= yes NO_PACKAGE= ${RESTRICTED} RESTRICTED= Legal status of distributed ROM images unclear WRKSRC= ${WRKDIR}/MSX |