diff options
author | Alexander Langer <alex@FreeBSD.org> | 1998-03-11 19:49:43 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 1998-03-11 19:49:43 +0000 |
commit | c6753ca6128a1cea76fd1f1a4236a93b5a7f1d3c (patch) | |
tree | 1dfbe93dd8d636177511fe84faa7e24f34c78707 /emulators/bochs/Makefile | |
parent | BROKEN = X front end doesn't build right agaist our gtk port (diff) |
Upgrade to 980311 version of Bochs.
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 a176eb8b0712..f6bcbb436639 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: bochs -# Version required: 980224a +# Version required: 980311d # Date created: 16 December 1997 # Whom: alex # -# $Id: Makefile,v 1.5 1998/01/26 00:46:35 alex Exp $ +# $Id: Makefile,v 1.6 1998/02/27 01:52:54 alex Exp $ # VGABIOS= VGABIOS-elpin-2.00A BIOS= BIOS-bochs-980124a -DATE= 980224 +DATE= 980311 -DISTNAME= bochs-${DATE}a +DISTNAME= bochs-${DATE}d CATEGORIES= emulators MASTER_SITES= ftp://ftp.std.com/pub/bochs/ |