diff options
author | Cy Schubert <cy@FreeBSD.org> | 2019-01-08 20:02:54 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2019-01-08 20:02:54 +0000 |
commit | b5042bdabbe27103a33d1db07681527d6a8ef5ce (patch) | |
tree | 0428a59981c16aea347aebebad4f022629045edb | |
parent | dd74d048d30669ab5f0acfc440f62ebbbc43cf05 (diff) | |
download | ports-b5042bdabbe27103a33d1db07681527d6a8ef5ce.tar.gz ports-b5042bdabbe27103a33d1db07681527d6a8ef5ce.zip |
Notes
-rw-r--r-- | security/krb5-116/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/krb5-116/Makefile b/security/krb5-116/Makefile index 818e00f663e1..232fe029215f 100644 --- a/security/krb5-116/Makefile +++ b/security/krb5-116/Makefile @@ -17,7 +17,7 @@ COMMENT= MIT implementation of RFC 4120 network authentication service LICENSE= MIT -CONFLICTS= heimdal-[0-9]* srp-[0-9]* krb5-11[34]-[0-9]* \ +CONFLICTS= heimdal-[0-9]* srp-[0-9]* krb5-11[345]-[0-9]* \ krb5-1.[0-9]* krb5-devel-* CONFLICTS_BUILD= boringssl-* |