diff options
author | ume <ume@FreeBSD.org> | 2009-12-07 23:38:39 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2009-12-07 23:38:39 +0800 |
commit | 09b59d0c3a6637d92e9d9bf77736195d9b08f077 (patch) | |
tree | 91f04ad76779cb6b59a0792ef7295fb6046c5e00 /mail | |
parent | d5daa39d7e805ea83780dcf5d41356388d6ed4de (diff) | |
download | freebsd-ports-gnome-09b59d0c3a6637d92e9d9bf77736195d9b08f077.tar.gz freebsd-ports-gnome-09b59d0c3a6637d92e9d9bf77736195d9b08f077.tar.zst freebsd-ports-gnome-09b59d0c3a6637d92e9d9bf77736195d9b08f077.zip |
Unmark BROKEN by disabling gssapi on 8.X and later.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd22/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
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 |