summaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-03-28 08:57:58 +0000
committerjlam <jlam@pkgsrc.org>2005-03-28 08:57:58 +0000
commitb824fe959cb5b63ddaa0e05a24089c9684cacaf5 (patch)
treee31f46123802240a18ed74528eb311a313fd7302 /mail/mutt
parenta1f833280a999972584727c0a50244f351de3f36 (diff)
downloadpkgsrc-b824fe959cb5b63ddaa0e05a24089c9684cacaf5.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/mutt')
-rw-r--r--mail/mutt/options.mk12
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)