diff options
author | asami <asami@FreeBSD.org> | 1998-12-01 16:04:23 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-01 16:04:23 +0800 |
commit | 82770a17a7e3ff3d00f3bae5e7301c45432a850b (patch) | |
tree | 996489fa694d681516a87c5f4cbb2cb65880eb9f /emulators/bochs | |
parent | cd8c846cb90dbe2cd5c0a106a2bb39cacba2e655 (diff) | |
download | freebsd-ports-gnome-82770a17a7e3ff3d00f3bae5e7301c45432a850b.tar.gz freebsd-ports-gnome-82770a17a7e3ff3d00f3bae5e7301c45432a850b.tar.zst freebsd-ports-gnome-82770a17a7e3ff3d00f3bae5e7301c45432a850b.zip |
Add USE_XLIB. Also, "commercial package" is no reason for NO_PACKAGE;
RESTRICTED and NO_CDROM is enough.
Diffstat (limited to 'emulators/bochs')
-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 |