diff options
author | dsainty <dsainty@pkgsrc.org> | 2010-07-18 04:50:29 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2010-07-18 04:50:29 +0000 |
commit | d7ee8653cb2b350e5ac919a9f64f469155452e46 (patch) | |
tree | 4a397c5f4c3818378188a198271aa18da4453093 /mail/evolution/options.mk | |
parent | c66fd6f2a070808be086f89c6dd27c5b272cf08d (diff) | |
download | pkgsrc-d7ee8653cb2b350e5ac919a9f64f469155452e46.tar.gz |
Remove the krb4 option and related attempts to talk to configure. These
options no longer exist in the current version of evolution.
It still doesn't build for me under Linux, but the spurious warnings about
unrecognised krb4 configure options are gone.
Diffstat (limited to 'mail/evolution/options.mk')
-rw-r--r-- | mail/evolution/options.mk | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/mail/evolution/options.mk b/mail/evolution/options.mk index 28589806f8f..4edea9a931f 100644 --- a/mail/evolution/options.mk +++ b/mail/evolution/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.1 2008/10/26 23:17:21 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2010/07/18 04:50:29 dsainty Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.evolution -PKG_SUPPORTED_OPTIONS= krb4 krb5 ssl +PKG_SUPPORTED_OPTIONS= krb5 ssl PKG_SUGGESTED_OPTIONS= ssl .include "../../mk/bsd.options.mk" @@ -14,12 +14,6 @@ PKG_SUGGESTED_OPTIONS= ssl PKG_FAIL_REASON+= "Kerberos support conflicts with SSL" .endif -.if !empty(PKG_OPTIONS:Mkrb4) -CONFIGURE_ARGS+= --with-krb4 -.else -CONFIGURE_ARGS+= --without-krb4 -.endif - .if !empty(PKG_OPTIONS:Mkrb5) CONFIGURE_ARGS+= --with-krb5 . include "../../mk/krb5.buildlink3.mk" |