aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mutt
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-03-15 07:17:26 +0800
committerjgh <jgh@FreeBSD.org>2013-03-15 07:17:26 +0800
commitf70e49572354df1dcb3b90a8994c08605f9c3ebb (patch)
tree07d3a76e8ec06c7368b7c104cf82920aaae5cea9 /mail/mutt
parent4169b9d95c8ef3fa4ef3df674e4bfd776c3fcd48 (diff)
downloadfreebsd-ports-gnome-f70e49572354df1dcb3b90a8994c08605f9c3ebb.tar.gz
freebsd-ports-gnome-f70e49572354df1dcb3b90a8994c08605f9c3ebb.tar.zst
freebsd-ports-gnome-f70e49572354df1dcb3b90a8994c08605f9c3ebb.zip
- fix CYRUS_SASL2 breakage
PR: 176970 (based on) Submitted by: john.marshall@riverwillow.com.au Approved by: maintainer, udo.schweigert@siemens.com (implicit)
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}