diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-28 14:11:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-28 14:11:13 +0000 |
commit | 3a4887c254847d28e1584161f60d739bc735a035 (patch) | |
tree | 2c1aa9b0ca41b1385770d98999317d9ebbdd049c /security/openssh | |
parent | a41ad466474d172f62c128f27534615171e1e6be (diff) | |
download | pkgsrc-3a4887c254847d28e1584161f60d739bc735a035.tar.gz |
Add CONFLICTS with lsh (common man page).
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 29cd2088441..aa5c4625257 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.148 2005/04/11 21:47:14 tv Exp $ +# $NetBSD: Makefile,v 1.149 2005/04/28 14:11:13 wiz Exp $ DISTNAME= openssh-3.9p1 PKGNAME= openssh-3.9.1 @@ -22,6 +22,7 @@ CONFLICTS= sftp-[0-9]* CONFLICTS+= ssh-[0-9]* ssh6-[0-9]* CONFLICTS+= ssh2-[0-9]* ssh2-nox11-[0-9]* CONFLICTS+= openssh+gssapi-[0-9]* +CONFLICTS+= lsh>2.0 USE_PERL5= build |