diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-25 07:14:35 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-25 07:14:35 +0800 |
commit | 7bd7f722e9b54a04731bc4e4f44122cd443c3efa (patch) | |
tree | 79dc04c546468d2ea12a91541b43d4996faca525 /security/krb5 | |
parent | 75cb1e5061a905bddf8ffde7492e1c8e02291f30 (diff) | |
download | freebsd-ports-graphics-7bd7f722e9b54a04731bc4e4f44122cd443c3efa.tar.gz freebsd-ports-graphics-7bd7f722e9b54a04731bc4e4f44122cd443c3efa.tar.zst freebsd-ports-graphics-7bd7f722e9b54a04731bc4e4f44122cd443c3efa.zip |
Mark as broken: fails to install.
Approved by: portmgr (self)
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 937d238343c..cfa3cb61693 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -18,6 +18,8 @@ COMMENT= An authentication system developed at MIT, successor to Kerberos IV BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +BROKEN= fails to install + CONFLICTS= krb4-[0-9]* heimdal-[0-9]* srp-[0-9]* LATEST_LINK= ${PORTNAME} |