diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-22 18:39:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-22 18:39:30 +0000 |
commit | 8fbb36dcd2a67aff3b61cd57c306b0aafa485c7d (patch) | |
tree | d2df094683af4de1bb75f72925205d050fe6e2fb /mail/cyrus-imapd23 | |
parent | 38ed0aa3db9697151e657b9fc508b4b816e2c5ed (diff) |
- Mark BROKEN after recent kerberos import
Notes
Notes:
svn path=/head/; revision=215536
Diffstat (limited to 'mail/cyrus-imapd23')
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index 30b38ddcf7af..75350b4af7fa 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -136,6 +136,10 @@ PLIST_SUB+= LDAP_PTLOADER="@comment " CONFIGURE_ARGS+=--disable-gssapi .endif +.if ${OSVERSION} >= 800037 +BROKEN= does not compile +.endif + CYRUS_USER?= cyrus CYRUS_GROUP?= cyrus |