diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-02-07 22:08:45 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-02-07 22:08:45 +0000 |
commit | 5fd785035f62165c7d6ceb90c2bf029e6aa40cac (patch) | |
tree | 57cbed397c76eb33606507f830de287c63b6519d /emulators/bochs | |
parent | remove ~20 blank lines in the middle of this file (diff) |
change ordering of variables (portlint)
Notes
Notes:
svn path=/head/; revision=25572
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 3e8c2f5aad57..5d8044e13098 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -7,16 +7,16 @@ # $FreeBSD$ # -VGABIOS= VGABIOS-elpin-2.20 -BIOS= BIOS-bochs-990925a -DATE= 991114 - DISTNAME= bochs-${DATE}a CATEGORIES= emulators MASTER_SITES= ftp://ftp.bochs.com/pub/ MAINTAINER= obrien@FreeBSD.org +VGABIOS= VGABIOS-elpin-2.20 +BIOS= BIOS-bochs-990925a +DATE= 991114 + USE_XLIB= yes GNU_CONFIGURE= YES CONFIGURE_ARGS= --enable-cpu-level=4 --enable-vga \ |