diff options
author | wennmach <wennmach> | 2000-10-11 16:30:12 +0000 |
---|---|---|
committer | wennmach <wennmach> | 2000-10-11 16:30:12 +0000 |
commit | e664c78cb8e370260d326c2135729b32156bd9e9 (patch) | |
tree | 3b6ef3a938b0c5b8fe7e1ff07d987e1ba3943c9c /security | |
parent | 450b453c8f009d8ac38ca497a3fc43bba1c4ce6e (diff) | |
download | pkgsrc-e664c78cb8e370260d326c2135729b32156bd9e9.tar.gz |
Openssl no longer conflicts with kth-krb4.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index f839487cfdb..9c835a95fda 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2000/10/10 11:42:18 itojun Exp $ +# $NetBSD: Makefile,v 1.24 2000/10/11 16:30:12 wennmach Exp $ # DISTNAME= openssl-0.9.5a @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.openssl.org/source/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.openssl.org/ -CONFLICTS= SSLeay-* ssleay-* kth-krb4-* +CONFLICTS= SSLeay-* ssleay-* CRYPTO= YES USE_PERL5= YES |