diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-26 09:41:05 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-26 09:41:05 +0000 |
commit | 0538ec5b33e56381337ee00b1bb6243bc3bc3c7a (patch) | |
tree | 72df1816f530edc041bc86199cc3b570f108bb16 /security/cyrus-sasl | |
parent | 5e3a5f058c91d0aa52878c8328d2a2085191f2d5 (diff) | |
download | pkgsrc-0538ec5b33e56381337ee00b1bb6243bc3bc3c7a.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'security/cyrus-sasl')
-rw-r--r-- | security/cyrus-sasl/Makefile.common | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/cyrus-sasl/Makefile.common b/security/cyrus-sasl/Makefile.common index bbc439dea79..e26e02353be 100644 --- a/security/cyrus-sasl/Makefile.common +++ b/security/cyrus-sasl/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.22 2015/03/15 16:47:19 hiramatsu Exp $ +# $NetBSD: Makefile.common,v 1.23 2016/02/26 09:41:05 jperkin Exp $ # # used by security/cyrus-sasl/Makefile # used by security/cy2-anonymous/Makefile @@ -54,9 +54,7 @@ PLUGINDIR= ${PREFIX}/lib/sasl2 CONFIGURE_ARGS+= --with-plugindir=${PLUGINDIR:Q} CONFIGURE_ARGS+= --disable-java -.if ${OPSYS} == "Darwin" -CONFIGURE_ARGS+= --disable-macos-framework -.endif +CONFIGURE_ARGS.Darwin+= --disable-macos-framework # Authentication mechanisms CONFIGURE_ARGS+= --disable-anon # ANONYMOUS |