From f1286cc7afe264e68f1791626e979757a50ff479 Mon Sep 17 00:00:00 2001 From: ume Date: Sun, 30 Apr 2006 20:19:18 +0000 Subject: Make it buildable on 4.X without Kerberos5 stuff. Reported by: Mark Edwards --- mail/cyrus-imapd22/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mail/cyrus-imapd22') diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index e3fec36509ff..4d09ff71b7c5 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -217,6 +217,11 @@ PLIST_SUB+= LDAP_PTLOADER="@comment " EXTRA_PATCHES+= ${FILESDIR}/pass8bit.diff .endif +.if (!defined(MAKE_KERBEROS5) && ${OSVERSION} <= 500105) || \ + !exists(/usr/lib/libkrb5.a) +CONFIGURE_ARGS+=--disable-gssapi +.endif + CYRUS_USER?= cyrus CYRUS_GROUP?= cyrus -- cgit