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+gssapi | |
parent | a41ad466474d172f62c128f27534615171e1e6be (diff) | |
download | pkgsrc-3a4887c254847d28e1584161f60d739bc735a035.tar.gz |
Add CONFLICTS with lsh (common man page).
Diffstat (limited to 'security/openssh+gssapi')
-rw-r--r-- | security/openssh+gssapi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh+gssapi/Makefile b/security/openssh+gssapi/Makefile index ba5e956b167..70d0c5ca6c6 100644 --- a/security/openssh+gssapi/Makefile +++ b/security/openssh+gssapi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/04/11 21:47:14 tv Exp $ +# $NetBSD: Makefile,v 1.22 2005/04/28 14:11:13 wiz Exp $ # NOTE: This package is modeled on ../openssh, but does not share # files with it as that package may update faster than the gssapi @@ -29,6 +29,7 @@ COMMENT= Open Source Secure shell client and server with enhanced GSSAPI suppor CONFLICTS= sftp-[0-9]* CONFLICTS+= ssh-[0-9]* ssh6-[0-9]* ssh2-[0-9]* CONFLICTS+= openssh-[0-9]* +CONFLICTS+= lsh>2.0 USE_PERL5= build |