summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-03-01 19:13:16 +0000
committerwiz <wiz@pkgsrc.org>2004-03-01 19:13:16 +0000
commit7655bf214c37e4383a4421df696b9cad0e1c50e1 (patch)
treee03a2ff84e1e475a19171ed453f81f301faf13c2 /mk
parent5b42d2b843b8f31c0f1cbf973d254664c33f715f (diff)
downloadpkgsrc-7655bf214c37e4383a4421df696b9cad0e1c50e1.tar.gz
Mention that gnupg honours M68060 too, and fix the grammar in its
description.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.defaults.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index 166f5bc8e81..7bbbcc40f4a 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.219 2004/02/29 19:06:09 recht Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.220 2004/03/01 19:13:16 wiz Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -1354,8 +1354,8 @@ LYNX_SCREEN_LIB?= curses
# Default: curses
#M68060=
-# Used mostly by packages (e.g.: pgp2, ssh) with have fast
-# 68020/030/040 assembler routines for multiprecision arithmetic,
+# Used mostly by packages (e.g.: gnupg, pgp2, ssh) which have fast
+# 68020/030/040 assembler routines for multiprecision arithmetic
# which use the 32/64bit mul/div instruction. These instructions are
# software emulated on the 68060, thus very slow. Set to YES when
# compiling for the 68060 cpu.