diff options
author | wennmach <wennmach> | 2000-09-05 17:34:05 +0000 |
---|---|---|
committer | wennmach <wennmach> | 2000-09-05 17:34:05 +0000 |
commit | f50c72a8189b37e6fd2592137f21a3cc470f545d (patch) | |
tree | ccfd1b95c4f3d6d9c67234d2acf8f375bab070df /security/openssl | |
parent | 17465c24fcf78504d735e4627a0f963e3b1003a9 (diff) | |
download | pkgsrc-f50c72a8189b37e6fd2592137f21a3cc470f545d.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/openssl')
-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 |