diff options
author | Alexander Langer <alex@FreeBSD.org> | 1998-04-03 02:38:45 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 1998-04-03 02:38:45 +0000 |
commit | 66be24284edad2014d9e2af54db563b3b65ec51a (patch) | |
tree | 862bef7152c6c7777ec6b2fc425dd16be02f3f3a /emulators/bochs/Makefile | |
parent | Mark BROKEN. DEPENDS on databases/msql which is also BROKEN. (diff) |
Upgrade to 980331 version of Bochs.
Diffstat (limited to 'emulators/bochs/Makefile')
-rw-r--r-- | emulators/bochs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index f6bcbb436639..e3ea4dc27f3e 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: bochs -# Version required: 980311d +# Version required: 980331a # Date created: 16 December 1997 # Whom: alex # -# $Id: Makefile,v 1.6 1998/02/27 01:52:54 alex Exp $ +# $Id: Makefile,v 1.7 1998/03/11 19:49:38 alex Exp $ # VGABIOS= VGABIOS-elpin-2.00A -BIOS= BIOS-bochs-980124a -DATE= 980311 +BIOS= BIOS-bochs-980331a +DATE= 980331 -DISTNAME= bochs-${DATE}d +DISTNAME= bochs-${DATE}a CATEGORIES= emulators MASTER_SITES= ftp://ftp.std.com/pub/bochs/ |