diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-01 18:23:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-01 18:23:37 +0000 |
commit | bf419d96d12835f4806960ebcdb2bfbf50ba8bdf (patch) | |
tree | c0a6a72d0b71f05f760a16d564607221520f3613 | |
parent | 9d1de375d38abe2fe15d5ca32ff948098291af9c (diff) | |
download | pkgsrc-bf419d96d12835f4806960ebcdb2bfbf50ba8bdf.tar.gz |
Remove some unused variables' descriptions.
-rw-r--r-- | mk/defaults/mk.conf | 22 |
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. |