diff options
Diffstat (limited to 'security/krb5')
-rw-r--r-- | security/krb5/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile index aa4af3b764a0..45521914fd07 100644 --- a/security/krb5/Makefile +++ b/security/krb5/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]* |