diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-05 07:20:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-05 07:20:33 +0000 |
commit | 401fa89089fd9b3f1c327988e6d95b9133573cce (patch) | |
tree | a5b0134bd87ba29903849a1dc90be26688de6773 /mk | |
parent | 899f3a5257df2e75bcc7854fa7365d14c71e21f6 (diff) | |
download | pkgsrc-401fa89089fd9b3f1c327988e6d95b9133573cce.tar.gz |
G/C the MUTT_* variables as they're documented in the mutt package
Makefiles and will be removed and some point in the future.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index cf5ca9f9ac0..cb74903888f 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.272 2004/08/05 02:55:50 jlam Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.273 2004/08/05 07:20:33 jlam Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -1576,22 +1576,6 @@ MTOOLS_ENABLE_FLOPPYD?= NO # Possible: YES, NO # Default: NO -MUTT_USE_NCURSES?= NO -# Force ncurses to be used by mutt. (Older NetBSD and most non-NetBSD -# platforms get it anyway.) -# Possible: YES, NO -# Default: NO - -MUTT_USE_SLANG?= NO -# Use slang instead of curses in mutt. -# Possible: YES, NO -# Default: NO - -MUTT_USE_SSL?= YES -# Enable SSL in mutt (for pop and imap connections). -# Possible: YES, NO -# Default: YES - #MYSQL_USER?= mysql # The username of the mysql administrator. # Possible: any user name |