From 09b59d0c3a6637d92e9d9bf77736195d9b08f077 Mon Sep 17 00:00:00 2001 From: ume Date: Mon, 7 Dec 2009 15:38:39 +0000 Subject: Unmark BROKEN by disabling gssapi on 8.X and later. --- mail/cyrus-imapd22/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'mail/cyrus-imapd22') diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index 859aa46dbcd1..96a9d70cd574 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -131,14 +131,10 @@ PLIST_SUB+= LDAP_PTLOADER="@comment " EXTRA_PATCHES+= ${FILESDIR}/pass8bit.diff .endif -.if !exists(/usr/lib/libkrb5.a) +.if !exists(/usr/lib/libkrb5.a) || ${OSVERSION} >= 800037 CONFIGURE_ARGS+=--disable-gssapi .endif -.if ${OSVERSION} >= 800037 -BROKEN= does not compile -.endif - CYRUS_USER?= cyrus CYRUS_GROUP?= cyrus -- cgit