diff options
author | billf <billf@FreeBSD.org> | 1999-06-16 14:02:32 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-06-16 14:02:32 +0000 |
commit | b8bbb25945e9cca0915a7945ee53d50fc4dac774 (patch) | |
tree | 7e5ea6b8e846965d4198a6a5f3902983b424eafa /devel/nasm/Makefile | |
parent | 6a317a9eb41c66c556434f67fe895594f5374d78 (diff) | |
download | FreeBSD-ports-b8bbb25945e9cca0915a7945ee53d50fc4dac774.zip FreeBSD-ports-b8bbb25945e9cca0915a7945ee53d50fc4dac774.tar.gz |
Upgrade to 0.98, which includes bugfixes, support for Borland Debuggers
in .OBJ format, support for LCC, AMD 3d-Now MMX instructions, and SSE
instructions.
The above new features mean nothing to this committer who is frightened
by machine code, but to the determined hacker, I'm sure the above features
will be welcomed warmly.
PR: ports/12027
Submitted by: Murray Stokely <murray@cdrom.com>
Diffstat (limited to 'devel/nasm/Makefile')
-rw-r--r-- | devel/nasm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/nasm/Makefile b/devel/nasm/Makefile index f83777f..20c81c8 100644 --- a/devel/nasm/Makefile +++ b/devel/nasm/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: nasm -# Version required: 0.97 +# Version required: 0.98 # Date created: 7 April 1998 # Whom: Murray Stokely <murray@cdrom.com> # -# $Id: Makefile,v 1.3 1998/03/11 07:17:19 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/04/11 18:47:05 vanilla Exp $ # -DISTNAME= nasm-0.97 +DISTNAME= nasm-0.98 CATEGORIES= devel lang MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= devel/lang/assemblers |