summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorobache <obache>2006-10-26 01:10:35 +0000
committerobache <obache>2006-10-26 01:10:35 +0000
commit91662170cffd616af7fd3af4b029c6b60d69d545 (patch)
tree2b74291f0e1a98d369fea7b4acb624dee4139302 /mail
parentc4707d45b50fb40883e2e6eea175cbd6821ddefa (diff)
downloadpkgsrc-91662170cffd616af7fd3af4b029c6b60d69d545.tar.gz
Since 2.2.13, authorization module is selected at run-time,
so remove from configure argments. Suggested by Jukka Salmi via PR 34916.
Diffstat (limited to 'mail')
-rw-r--r--mail/cyrus-imapd/Makefile5
1 files changed, 1 insertions, 4 deletions
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