diff options
author | wiz <wiz> | 2002-10-20 00:49:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-20 00:49:55 +0000 |
commit | 138784ec7eddb854f90aa55cbe6ac2d1825e6cb3 (patch) | |
tree | cd4644585ab4f241b8616a1865180e3325564ecf | |
parent | 95a7d704e4e2e7cd5cf002b5d7bcbbf2e33ac0e9 (diff) | |
download | pkgsrc-138784ec7eddb854f90aa55cbe6ac2d1825e6cb3.tar.gz |
Add CONLICT with ssh2 package. From Greg A. Woods in PR 18729.
-rw-r--r-- | security/ssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index d5736140786..4f650548c24 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 2002/09/05 00:13:41 itojun Exp $ +# $NetBSD: Makefile,v 1.102 2002/10/20 00:49:55 wiz Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -18,7 +18,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cs.hut.fi/ssh/ COMMENT= Secure shell client and server (remote login program) -CONFLICTS= openssh-[0-9]* ssh6-[0-9]* +CONFLICTS= openssh-[0-9]* ssh2-[0-9]* ssh6-[0-9]* CRYPTO= YES LICENSE= no-commercial-use |