summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2005-10-04 15:37:32 +0000
committertonio <tonio@pkgsrc.org>2005-10-04 15:37:32 +0000
commit0a0b7a67f03c3a8880ad16f1258ead1b8a464f3f (patch)
tree832095c9afd4965dfc4fca2d7dd28d106e3b148d /mail/mutt-devel
parentdc6bf683927e4636c58e9b976deec778c9b30f55 (diff)
downloadpkgsrc-0a0b7a67f03c3a8880ad16f1258ead1b8a464f3f.tar.gz
change --with-sasl2 to --with-sasl. Fix PR 31464, thanks Jukka Salmi
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r--mail/mutt-devel/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt-devel/options.mk b/mail/mutt-devel/options.mk
index 0f999f3333f..ffd0e8f2c90 100644
--- a/mail/mutt-devel/options.mk
+++ b/mail/mutt-devel/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2005/10/03 14:16:53 tonio Exp $
+# $NetBSD: options.mk,v 1.10 2005/10/04 15:37:32 tonio Exp $
# Global and legacy options
@@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --with-curses=${BUILDLINK_PREFIX.ncurses}
###
.if !empty(PKG_OPTIONS:Msasl)
. include "../../security/cyrus-sasl2/buildlink3.mk"
-CONFIGURE_ARGS+= --with-sasl2=${BUILDLINK_PREFIX.cyrus-sasl}
+CONFIGURE_ARGS+= --with-sasl=${BUILDLINK_PREFIX.cyrus-sasl}
.endif
###