diff options
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" |