diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-11-24 23:14:35 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-11-24 23:14:35 +0000 |
commit | 8c1c9234be2f308b070914367d8ce234af0d6dc5 (patch) | |
tree | f3d2ff9edc97828b7b83cff53f4efa0ae56a54ce /security/krb5-appl | |
parent | befb6640b6551c6f343ea5bf98f0ceb2fffe4f11 (diff) | |
download | ports-8c1c9234be2f308b070914367d8ce234af0d6dc5.tar.gz ports-8c1c9234be2f308b070914367d8ce234af0d6dc5.zip |
Notes
Diffstat (limited to 'security/krb5-appl')
-rw-r--r-- | security/krb5-appl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index 937d238343ce..cfa3cb616930 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/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} |