diff options
author | jlam <jlam> | 2005-03-28 08:57:58 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-03-28 08:57:58 +0000 |
commit | 16f32fec1b8be1b3b89bb47637f02210f4e379f6 (patch) | |
tree | e31f46123802240a18ed74528eb311a313fd7302 /mail | |
parent | 6ed8ce029a0063dcc8189993c6e8a86dc61eac6e (diff) | |
download | pkgsrc-16f32fec1b8be1b3b89bb47637f02210f4e379f6.tar.gz |
Remove Cyrus SASL 1.5.x support from mail/mutt. Users that require SASL
support should install mail/mutt-devel instead.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/options.mk | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/mail/mutt/options.mk b/mail/mutt/options.mk index 76b40327093..b227d3fd99c 100644 --- a/mail/mutt/options.mk +++ b/mail/mutt/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.5 2005/01/01 22:05:26 grant Exp $ +# $NetBSD: options.mk,v 1.6 2005/03/28 08:57:58 jlam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.mutt -PKG_SUPPORTED_OPTIONS= slang ncurses ssl sasl1 buffy-size +PKG_SUPPORTED_OPTIONS= slang ncurses ssl buffy-size .if !defined(PKG_OPTIONS.mutt) PKG_DEFAULT_OPTIONS+= ssl @@ -24,14 +24,6 @@ CONFIGURE_ARGS+= --with-curses=${BUILDLINK_PREFIX.ncurses} .endif ### -### SASLv1 -### -.if !empty(PKG_OPTIONS:Msasl1) -. include "../../security/cyrus-sasl/buildlink3.mk" -CONFIGURE_ARGS+= --with-sasl=${BUILDLINK_PREFIX.cyrus-sasl} -.endif - -### ### SSL ### .if !empty(PKG_OPTIONS:Mssl) |