diff options
-rw-r--r-- | security/cyrus-sasl/Makefile.common | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/cyrus-sasl/Makefile.common b/security/cyrus-sasl/Makefile.common index c8c1bb207cd..85e1434cd6f 100644 --- a/security/cyrus-sasl/Makefile.common +++ b/security/cyrus-sasl/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2011/10/08 13:49:14 tron Exp $ +# $NetBSD: Makefile.common,v 1.18 2012/02/28 00:52:56 jmmv Exp $ # # used by security/cyrus-sasl/Makefile # used by security/cy2-anonymous/Makefile @@ -50,6 +50,10 @@ PLUGINDIR= ${PREFIX}/lib/sasl2 CONFIGURE_ARGS+= --with-plugindir=${PLUGINDIR:Q} CONFIGURE_ARGS+= --disable-java +.if ${OPSYS} == "Darwin" +CONFIGURE_ARGS+= --disable-macos-framework +.endif + # Authentication mechanisms CONFIGURE_ARGS+= --disable-anon # ANONYMOUS CONFIGURE_ARGS+= --disable-checkapop # CHECKAPOP |