diff options
author | seb <seb@pkgsrc.org> | 2004-07-31 12:52:42 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-07-31 12:52:42 +0000 |
commit | c965ed7bfd7ba5f296aeb3df7cb0984fdaea6f67 (patch) | |
tree | 16abf498fcd9f1dd269e7f40fb6bb2b8309fd8c0 /security/ssh2-nox11 | |
parent | f45e88010225c67016899a56f15ab547da8d0006 (diff) | |
download | pkgsrc-c965ed7bfd7ba5f296aeb3df7cb0984fdaea6f67.tar.gz |
Revert previous: conflicts with openssh (and others) are already specified in
Makefile.common.
Diffstat (limited to 'security/ssh2-nox11')
-rw-r--r-- | security/ssh2-nox11/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/ssh2-nox11/Makefile b/security/ssh2-nox11/Makefile index bd72bfcc0c1..e66d780fa43 100644 --- a/security/ssh2-nox11/Makefile +++ b/security/ssh2-nox11/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2004/07/25 12:35:06 grant Exp $ +# $NetBSD: Makefile,v 1.3 2004/07/31 12:52:42 seb 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" |