diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-01 19:40:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-01 19:40:22 +0000 |
commit | cdf354a37684f45d4597f040215764675c4046fc (patch) | |
tree | ea076ab011c659b3c7a5776ab2fdcd9e79755f19 /mk | |
parent | d4eccad746fd0013f6088853d6cc302da5c2ad5a (diff) | |
download | pkgsrc-cdf354a37684f45d4597f040215764675c4046fc.tar.gz |
Remove obsolete ATERM variables.
Diffstat (limited to 'mk')
-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 2acd1a0d60a..069c61bfad3 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.52 2005/06/01 18:52:32 wiz Exp $ +# $NetBSD: mk.conf,v 1.53 2005/06/01 19:40:22 wiz Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -711,26 +711,6 @@ ARLA_CACHE?= ${LOCALBASE}/cache # be on a local disk. # Default: ${LOCALBASE}/cache -ATERM_USE_KANJI?= NO -# Used in aterm to enable kanji support. -# Possible: YES or undefined or anything else -# Default: NO - -ATERM_USE_BIG5?= NO -# Used in aterm to enable chinese support. (?) -# Possible: YES or undefined or anything else -# Default: NO - -ATERM_USE_XTERM_SCROLL?= NO -# Used in aterm to use a xterm-like scrollbar instead of a NeXT-like. -# Possible: YES or undefined or anything else -# Default: NO - -ATERM_USE_GREEK?= NO -# Used in aterm to enable greek keyboard support. -# Possible: YES or undefined or anything else -# Default: NO - #BATTLEBALL_USE_MESA= # Used in battleball to build in support for OpenGL/Mesa. Will use # Mesa-glx (rather than Mesa) if Mesa-glx is already installed. |