diff options
author | asami <asami@FreeBSD.org> | 1998-12-01 16:07:55 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-01 16:07:55 +0800 |
commit | ab986f9670fe2fd20b6a1ad694dcf911df0c1f5b (patch) | |
tree | 38afd4dfbc901eec76ed7d3e45a6229f77f32f3d /emulators | |
parent | 82770a17a7e3ff3d00f3bae5e7301c45432a850b (diff) | |
download | freebsd-ports-gnome-ab986f9670fe2fd20b6a1ad694dcf911df0c1f5b.tar.gz freebsd-ports-gnome-ab986f9670fe2fd20b6a1ad694dcf911df0c1f5b.tar.zst freebsd-ports-gnome-ab986f9670fe2fd20b6a1ad694dcf911df0c1f5b.zip |
Add USE_XLIB.
Diffstat (limited to 'emulators')
-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 |