mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
No need to use += on first appearance of variables.
This commit is contained in:
parent
76be313fb7
commit
637056ef68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9155
@ -3,7 +3,7 @@
|
||||
# Date created: 16 December 1997
|
||||
# Whom: alex
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1997/12/18 03:47:32 alex Exp $
|
||||
# $Id: Makefile,v 1.2 1997/12/21 14:34:55 alex Exp $
|
||||
#
|
||||
|
||||
VGABIOS= VGABIOS-elpin-2.00A
|
||||
@ -17,7 +17,7 @@ MASTER_SITES= ftp://ftp.std.com/pub/bochs/
|
||||
MAINTAINER= alex@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS+=--enable-80386 --enable-debugger --enable-memory=16 \
|
||||
CONFIGURE_ARGS= --enable-80386 --enable-debugger --enable-memory=16 \
|
||||
--enable-v8086-mode --enable-paging --enable-vga \
|
||||
--enable-bochs-bios-hooks --enable-dma-floppy-io \
|
||||
--enable-processor-ips=200000
|
||||
|
Loading…
Reference in New Issue
Block a user