summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-07-02 18:23:03 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-07-02 18:23:03 +0000
commit63a680cbecfa022dfb43bd652ea861256931103f (patch)
treefed67d5e3f6d788482f719534054bee485bbb16d /mail/mutt-devel
parentRemove IGNORE mark since I have updated devel/m17n-lib port to 1.3.3. (diff)
Fix the WITH_MUTT_CYRUS_SASL2 knob.
PR: 99719 Submitted by: Udo Schweigert (maintainer)
Notes
Notes: svn path=/head/; revision=166771
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r--mail/mutt-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index dc4a8e6403ef..5c2ae17dbbff 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -362,7 +362,7 @@ CONFIGURE_ARGS+= --with-curses=${LOCALBASE}
CONFIGURE_ARGS+= --with-slang=${LOCALBASE}
.endif
.if defined(WITH_MUTT_CYRUS_SASL2)
-CONFIGURE_ARGS+= --with-sasl2=${LOCALBASE}
+CONFIGURE_ARGS+= --with-sasl=${LOCALBASE}
.endif
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+= --disable-nls