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
commitb979f6667b2fd4c09f2332d58c7b9b400b6ae070 (patch)
tree832095c9afd4965dfc4fca2d7dd28d106e3b148d /mail/mutt-devel
parent018d55d9744d4b7195b9701c9772900192400874 (diff)
downloadpkgsrc-b979f6667b2fd4c09f2332d58c7b9b400b6ae070.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
###