diff options
author | wennmach <wennmach@pkgsrc.org> | 2000-09-05 17:34:05 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2000-09-05 17:34:05 +0000 |
commit | 48340f9e1e62a23448de772cc6990586c2f0084b (patch) | |
tree | ccfd1b95c4f3d6d9c67234d2acf8f375bab070df /security | |
parent | c5529d168cd5dd065ff020c21badf93c72c4b265 (diff) | |
download | pkgsrc-48340f9e1e62a23448de772cc6990586c2f0084b.tar.gz |
Added a CONFLICT with kth-krb4. Both pkgs install a `des' binary in
the same place, $PREFIX/bin/des.
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 db795130e5a..2d23bef1f6e 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/08/27 02:46:06 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2000/09/05 17:34:05 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-* +CONFLICTS= SSLeay-* ssleay-* kth-krb4-* USE_PERL5= # defined |