From 5e2f51d1f839b741aee2c4e8ef2e9df848b24a9d Mon Sep 17 00:00:00 2001 From: obache Date: Thu, 26 Oct 2006 01:10:35 +0000 Subject: Since 2.2.13, authorization module is selected at run-time, so remove from configure argments. Suggested by Jukka Salmi via PR 34916. --- mail/cyrus-imapd/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mail/cyrus-imapd/Makefile') diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index 3906f1fe767..7a8d536cba2 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2006/10/09 12:46:01 obache Exp $ +# $NetBSD: Makefile,v 1.68 2006/10/26 01:10:35 obache Exp $ DISTNAME= cyrus-imapd-2.2.13 PKGREVISION= 1 @@ -57,12 +57,10 @@ PKG_OPTIONS+= gssapi .if !empty(PKG_OPTIONS:Mkerberos4) . if exists(/usr/include/kerberosIV/krb.h) CRYPTO+= uses Kerberos encryption code -CONFIGURE_ARGS+= --with-auth=krb CONFIGURE_ARGS+= --with-krb=/usr . endif .elif !empty(PKG_OPTIONS:Mgssapi) . include "../../mk/krb5.buildlink3.mk" -CONFIGURE_ARGS+= --with-auth=krb5 CONFIGURE_ARGS+= --enable-gssapi=${KRB5BASE:Q} CONFIGURE_ARGS+= --with-gss_impl=${GSSIMPL.${KRB5_TYPE}} GSSIMPL.heimdal= heimdal @@ -70,7 +68,6 @@ GSSIMPL.mit-krb5= mit CONFIGURE_ENV+= COMPILE_ET=${KRB5BASE}/bin/compile_et COMERRBASE= ${KRB5BASE} .else -CONFIGURE_ARGS+= --with-auth=unix CONFIGURE_ARGS+= --without-krb CONFIGURE_ARGS+= --disable-gssapi .endif -- cgit v1.2.3