summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz>2003-01-02 20:12:15 +0000
committerwiz <wiz>2003-01-02 20:12:15 +0000
commit209c637e4ec8ebd6311a03e198d375d7b5e2e54b (patch)
tree76dbfe414f889836df300cd2a8cee5fccc3d9cb4 /mk
parent4e932d5e96299fcbe15bf9df5b662db3548c1c93 (diff)
downloadpkgsrc-209c637e4ec8ebd6311a03e198d375d7b5e2e54b.tar.gz
Correct comment on where defaults are set for DEFAULT_SERIAL_DEVICE, and
add USE_I586 and USE_OPENLDAP (used by gnupg, perhaps others?).
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.defaults.mk14
1 files changed, 12 insertions, 2 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index a2f40c51b72..f6b1c0d9cd2 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.123 2003/01/02 05:55:11 hubertf Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.124 2003/01/02 20:12:15 wiz Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -567,7 +567,7 @@ DEFANG_SPOOLDIR?= /var/spool/MIMEDefang
# Used to provide a default setting for the serial device for
# various packages which communicate over the serial port.
# Possible: /dev/your_favorite_serial_device
-# Default: defaults for various machine_archs are set in mk/bsd.prefs.mk
+# Default: defaults for various machine_archs are set in mk/defs.${OPSYS}.mk
DELIVER_SUID?= NO
# Used to decide if deliver should be installed suid root.
@@ -1509,6 +1509,11 @@ USE_DB2?= NO
# Possible: defined, not defined
# Default: not defined
+USE_I586?= NO
+# Use assembler routines optimized for i586 in gnupg.
+# Possible: YES, or NO.
+# Default: NO
+
USE_IDEA?= NO
# Used in gnupg, speakfreely, and ssh to choose whether to compile using
# the patented IDEA encryption algorithm.
@@ -1537,6 +1542,11 @@ USE_MMX?= NO
# Possible: YES, NO
# Default: NO
+USE_OPENLDAP?= NO
+# Enable openldap support in gnupg.
+# Possible: YES, or NO.
+# Default: NO
+
#USE_OSS=
#
# Used to enable OSS audio support in preference to or in place of Sun audio