diff options
author | mharo <mharo@FreeBSD.org> | 2000-02-08 06:08:45 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-02-08 06:08:45 +0800 |
commit | 5d3824297cefd77e0328b70fd33b62d153666784 (patch) | |
tree | 3f2c48904270f8188ab389a7b82080243fcf5b09 /emulators | |
parent | abb739b450f7cf28beae411525613de83834bac2 (diff) | |
download | freebsd-ports-gnome-5d3824297cefd77e0328b70fd33b62d153666784.tar.gz freebsd-ports-gnome-5d3824297cefd77e0328b70fd33b62d153666784.tar.zst freebsd-ports-gnome-5d3824297cefd77e0328b70fd33b62d153666784.zip |
change ordering of variables (portlint)
Diffstat (limited to 'emulators')
-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 \ |