diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-01 08:04:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-01 08:04:23 +0000 |
commit | 521270e93f7607a2562088915784ba321df68df2 (patch) | |
tree | da264949629bb82b1356d50b07fb14ec1104eb8e /emulators/bochs/Makefile | |
parent | 138250dec63abcab0a9048ca81cb00dff4a12c92 (diff) |
Notes
Diffstat (limited to 'emulators/bochs/Makefile')
-rw-r--r-- | emulators/bochs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index a13a1b410bd7..9f4fea4f72da 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -3,7 +3,7 @@ # Date created: 16 December 1997 # Whom: alex # -# $Id: Makefile,v 1.11 1998/09/11 15:40:16 alex Exp $ +# $Id: Makefile,v 1.12 1998/11/03 02:26:39 alex Exp $ # VGABIOS= VGABIOS-elpin-2.20 @@ -16,6 +16,7 @@ MASTER_SITES= ftp://ftp.bochs.com/pub/ MAINTAINER= alex@FreeBSD.ORG +USE_XLIB= yes GNU_CONFIGURE= YES CONFIGURE_ARGS= --enable-80386 --enable-memory=16 \ --enable-v8086-mode --enable-paging --enable-vga \ @@ -26,7 +27,6 @@ WRKSRC= ${WRKDIR}/bochs-${DATE} RESTRICTED= "Commercial software" NO_CDROM= ${RESTRICTED} -NO_PACKAGE= ${RESTRICTED} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bochs ${PREFIX}/bin |