diff options
author | Cy Schubert <cy@FreeBSD.org> | 2005-10-29 17:34:32 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2005-10-29 17:34:32 +0000 |
commit | ab75817d35fabc835c82f081ed7a1534dea029c0 (patch) | |
tree | 5ac97aadcf0a20e8a76c42c2aa868a3f9cda2136 /security/krb5-16 | |
parent | Add pypanel. (diff) |
Fails to build on 4.11.
Diffstat (limited to 'security/krb5-16')
-rw-r--r-- | security/krb5-16/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/krb5-16/Makefile b/security/krb5-16/Makefile index aa4af3b764a0..45521914fd07 100644 --- a/security/krb5-16/Makefile +++ b/security/krb5-16/Makefile @@ -17,7 +17,9 @@ COMMENT= An authentication system developed at MIT, successor to Kerberos IV BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +.if ${OSVERSION} < 501000 BROKEN= Does not build +.endif CONFLICTS= krb4-[0-9]* heimdal-[0-9]* |