diff options
-rw-r--r-- | security/krb5-16/Makefile | 2 | ||||
-rw-r--r-- | security/krb5-17/Makefile | 2 | ||||
-rw-r--r-- | security/krb5-appl/Makefile | 2 | ||||
-rw-r--r-- | security/krb5/Makefile | 2 |
4 files changed, 8 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]* diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index aa4af3b764a0..45521914fd07 100644 --- a/security/krb5-17/Makefile +++ b/security/krb5-17/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]* diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index aa4af3b764a0..45521914fd07 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/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]* 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]* |