diff options
author | tron <tron@pkgsrc.org> | 2000-03-20 07:26:23 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-20 07:26:23 +0000 |
commit | d7da3d9cbd4681d9616332a1a6e3cb561d3b98db (patch) | |
tree | 882cb15d52511dcbead328497c03e5a076502488 /security/ssh-ip-tunnel | |
parent | 394061aa313a2edbc0bdaf71a893a380fd4c7a41 (diff) | |
download | pkgsrc-d7da3d9cbd4681d9616332a1a6e3cb561d3b98db.tar.gz |
Depend on "ssh" or "ssh6" package.
Diffstat (limited to 'security/ssh-ip-tunnel')
-rw-r--r-- | security/ssh-ip-tunnel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh-ip-tunnel/Makefile b/security/ssh-ip-tunnel/Makefile index 73e839e2380..f643242017f 100644 --- a/security/ssh-ip-tunnel/Makefile +++ b/security/ssh-ip-tunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/05/20 18:30:27 tron Exp $ +# $NetBSD: Makefile,v 1.5 2000/03/20 07:26:23 tron Exp $ DISTNAME= vpn-1.0 PKGNAME= ssh-ip-tunnel-1.0 @@ -8,7 +8,7 @@ MASTER_SITES= http://bleu.west.spy.net/~dustin/soft/ MAINTAINER= dustin@spy.net DEPENDS+= pty-redir-0.1:../../misc/pty-redir -DEPENDS+= ssh-1.2.27:../../security/ssh +DEPENDS+= ssh{-1.2.27,6-1.2.27}:../../security/ssh CONFLICTS= vpn-1.0 |