diff options
author | alex <alex@FreeBSD.org> | 1998-01-26 08:46:39 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1998-01-26 08:46:39 +0800 |
commit | 0d3207a45eb1bb8c81a17a237b01f9c31e2ed359 (patch) | |
tree | 509b8f378c3d36c8006b21ef7753078678b174c8 /emulators/bochs/Makefile | |
parent | 4ac0a75dd9b246917e2692ed27ef3e820f95aa3b (diff) | |
download | freebsd-ports-gnome-0d3207a45eb1bb8c81a17a237b01f9c31e2ed359.tar.gz freebsd-ports-gnome-0d3207a45eb1bb8c81a17a237b01f9c31e2ed359.tar.zst freebsd-ports-gnome-0d3207a45eb1bb8c81a17a237b01f9c31e2ed359.zip |
Upgrade to 980124 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 8c0280433669..1f3704d19065 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: bochs -# Version required: 980118a +# Version required: 980124c # Date created: 16 December 1997 # Whom: alex # -# $Id: Makefile,v 1.3 1997/12/23 07:15:20 asami Exp $ +# $Id: Makefile,v 1.4 1998/01/19 04:00:30 alex Exp $ # VGABIOS= VGABIOS-elpin-2.00A -BIOS= BIOS-bochs-980118a -DATE= 980118 +BIOS= BIOS-bochs-980124a +DATE= 980124 -DISTNAME= bochs-${DATE}a +DISTNAME= bochs-${DATE}c CATEGORIES= emulators MASTER_SITES= ftp://ftp.std.com/pub/bochs/ |