diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh+gssapi/Makefile | 3 | ||||
-rw-r--r-- | security/openssh/Makefile | 3 |
2 files changed, 4 insertions, 2 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 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 |