diff options
author | minoura <minoura@pkgsrc.org> | 1999-10-24 15:43:46 +0000 |
---|---|---|
committer | minoura <minoura@pkgsrc.org> | 1999-10-24 15:43:46 +0000 |
commit | e5260a26e96ef1283ed2462308504b5b90b98f7d (patch) | |
tree | 898cbd3d9ec662a756cb6f7e018938f9f11cd1fe | |
parent | 67ab47946f9978a5d754dd1baa309a9f67a17be5 (diff) | |
download | pkgsrc-e5260a26e96ef1283ed2462308504b5b90b98f7d.tar.gz |
Add variables USE_CANNA, USE_SJ3 and USE_WNN4.
-rw-r--r-- | mk/mk.conf.example | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 541174a779f..87e01078e0b 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.90 1999/10/22 14:43:59 agc Exp $ +# $NetBSD: mk.conf.example,v 1.91 1999/10/24 15:43:46 minoura Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -412,6 +412,11 @@ PAPERSIZE= A4 # Default paper size for packages. # Possible: YES, or NO. # Default: NO +#USE_CANNA= # Used in kinput2 and nvi-m17n to enable Canna + # kana-kanji converter support. + # Possible: YES, or NO. + # Default: YES + #USE_GIF= # Enable GIF support in qt. # (disabled per default due to licensing # problems; future revisions might have no @@ -432,11 +437,21 @@ PAPERSIZE= A4 # Default paper size for packages. # Possible: YES (US domestic only), or NO. # Default: not defined. +#USE_SJ3= # Used in kinput2 to enable SJ3 kana-kanji + # converter support. + # Possible: YES, or NO. + # Default: YES + #USE_SOCKS= # Used to specify SOCKS firewall support # Set this to the version of socks necessary. # Possible: 4, 5, not defined # Default: not defined +#USE_WNN4= # Used in kinput2 to enable FreeWnn (a.k.a. + # Wnn4) kana-kanji converter support. + # Possible: YES, or NO. + # Default: YES + #USE_XFACE= # Used in xemacs package to build in # support for xface (pkgsrc/mail/face) # Possible: not defined, YES |