summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-12-01 18:23:37 +0000
committerwiz <wiz@pkgsrc.org>2005-12-01 18:23:37 +0000
commitc2d4b08c4d3f05d5cf8be4af9911a66e3c47d2cd (patch)
treec0a6a72d0b71f05f760a16d564607221520f3613 /mk
parenta2231a45adc332aa317780a39ec7e3e25bfcdc37 (diff)
downloadpkgsrc-c2d4b08c4d3f05d5cf8be4af9911a66e3c47d2cd.tar.gz
Remove some unused variables' descriptions.
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf22
1 files changed, 1 insertions, 21 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 2f179501001..5d7bcf678d4 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.96 2005/11/24 19:07:43 wiz Exp $
+# $NetBSD: mk.conf,v 1.97 2005/12/01 18:23:37 wiz Exp $
#
# This file provides default values for variables that may be overridden
@@ -1669,16 +1669,6 @@ USE_CRYPTO?= YES
# Possible: YES, or NO.
# Default: YES
-#USE_CUPS= YES
-# Used by packages to compile in support for the UNIX IPP implementation, CUPS.
-# Possible: YES, not defined
-# Default: not defined
-
-USE_I586?= NO
-# Use assembler routines optimized for i586 in gnupg.
-# Possible: YES, or NO.
-# Default: NO
-
#USE_INET6=
# Enable IPv6 support on certain packages. It is safer to leave it undefined
# in mk.conf and obey the default. Reasons:
@@ -1708,16 +1698,6 @@ USE_OPENLDAP?= NO
# Possible: defined, not defined
# Default: not defined
-#USE_SASL=YES
-# Used to specify optional support for SASL authentication
-# Possible: YES, not defined
-# Default: not defined
-
-#USE_SASL2=YES
-# Used to specify optional support for SASL authentication version 2.*
-# Possible: YES, not defined
-# Default: not defined
-
USE_SJ3?= YES
# Used in kinput2 to enable SJ3 kana-kanji converter support.
# Possible: YES, or NO.