aboutsummaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-03-14 23:17:26 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-03-14 23:17:26 +0000
commit964f1cee537e429ccf2c9cd2a002683f9e324c1b (patch)
tree07d3a76e8ec06c7368b7c104cf82920aaae5cea9 /mail/mutt
parent07d2feffc8e45bbb0557df1fb216abd848befd25 (diff)
Notes
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 4fa207320671..bb5f8d106058 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -183,7 +183,7 @@ CONFIGURE_ARGS+= --disable-nls
.if ${PORT_OPTIONS:MCYRUS_SASL2}
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
-CONFIGURE_ARGS+= with-sasl=${LOCALBASE}
+CONFIGURE_ARGS+= --with-sasl=${LOCALBASE}
.endif
.if ${PORT_OPTIONS:MSMIME_OUTLOOK_COMPAT}