diff options
author | tonio <tonio@pkgsrc.org> | 2005-10-04 15:37:32 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-10-04 15:37:32 +0000 |
commit | 0a0b7a67f03c3a8880ad16f1258ead1b8a464f3f (patch) | |
tree | 832095c9afd4965dfc4fca2d7dd28d106e3b148d | |
parent | dc6bf683927e4636c58e9b976deec778c9b30f55 (diff) | |
download | pkgsrc-0a0b7a67f03c3a8880ad16f1258ead1b8a464f3f.tar.gz |
change --with-sasl2 to --with-sasl. Fix PR 31464, thanks Jukka Salmi
-rw-r--r-- | mail/mutt-devel/options.mk | 4 |
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 ### |