diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-19 04:22:55 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-19 04:22:55 +0000 |
commit | 0c0366b2e5fb5fcc900a160bf8ec827c4c67682a (patch) | |
tree | 5514e8a83ba6f000f8c2efb5443575e36b734ff4 /emulators/bochs/Makefile | |
parent | turn on postmark (diff) |
Upgrade to the 990907b version.
Diffstat (limited to 'emulators/bochs/Makefile')
-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 57e50aafe46c..2c7fcd7ef885 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -7,10 +7,10 @@ # VGABIOS= VGABIOS-elpin-2.20 -BIOS= BIOS-bochs-990623a -DATE= 990708 +BIOS= BIOS-bochs-990907a +DATE= 990907 -DISTNAME= bochs-${DATE}a +DISTNAME= bochs-${DATE}b CATEGORIES= emulators MASTER_SITES= ftp://ftp.bochs.com/pub/ @@ -21,7 +21,7 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS= --enable-cpu-level=4 --enable-vga \ --with-x11 --prefix=${PREFIX} -WRKSRC= ${WRKDIR}/bochs-${DATE} +WRKSRC= ${WRKDIR}/bochs-${DATE}b RESTRICTED= "Commercial software" NO_CDROM= ${RESTRICTED} |