aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/cyrus-sasl2/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common
index a44f3fb83b03..530307db0187 100644
--- a/security/cyrus-sasl2/Makefile.common
+++ b/security/cyrus-sasl2/Makefile.common
@@ -21,7 +21,8 @@ CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc \
--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \
--includedir=${PREFIX}/include \
--enable-static \
- --with-rc4=openssl
+ --with-rc4=openssl \
+ --with-sphinx-build=no
CONFIGURE_ARGS+=--disable-anon \
--disable-cram \
--disable-digest \