diff options
author | grant <grant@pkgsrc.org> | 2004-07-25 12:35:06 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-25 12:35:06 +0000 |
commit | 0b85776bd8aa624a1a8aeb6b00e1eb48430fff38 (patch) | |
tree | 37a2c178bf7229996c9f1b5a9ab39c75d314cc6e /security/ssh2-nox11 | |
parent | d4f7b767c436944d4f1730bf14597969aa00b7e1 (diff) | |
download | pkgsrc-0b85776bd8aa624a1a8aeb6b00e1eb48430fff38.tar.gz |
add CONFLICT with openssh.
Diffstat (limited to 'security/ssh2-nox11')
-rw-r--r-- | security/ssh2-nox11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ssh2-nox11/Makefile b/security/ssh2-nox11/Makefile index 78ae4116fab..bd72bfcc0c1 100644 --- a/security/ssh2-nox11/Makefile +++ b/security/ssh2-nox11/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/05/10 10:05:50 seb Exp $ +# $NetBSD: Makefile,v 1.2 2004/07/25 12:35:06 grant Exp $ # PKGNAME= ${DISTNAME:C/ssh-/ssh2-nox11-/} COMMENT= Secure Shell client and server for V.2 SSH protocol without X11 support CONFLICTS= ssh2-[0-9]* +CONFLICTS+= openssh-[0-9]* CONFIGURE_ARGS+= --without-x # be explicit .include "../../security/ssh2/Makefile.common" |