diff options
author | hubertf <hubertf> | 2000-09-24 16:53:34 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-09-24 16:53:34 +0000 |
commit | 8904501787a3f0cd0001a3294b05c02b6cf940c1 (patch) | |
tree | 59b719432663e22caabc2a48f2e4de62f74a5f87 /security | |
parent | 967f5ac53ef69866784fad6ac2855a3444c6a013 (diff) | |
download | pkgsrc-8904501787a3f0cd0001a3294b05c02b6cf940c1.tar.gz |
This pkg works fine with openssh, so allow it as depend
Diffstat (limited to 'security')
-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 eeb12d3a0e4..1fb4c1fce67 100644 --- a/security/ssh-ip-tunnel/Makefile +++ b/security/ssh-ip-tunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/03/20 07:27:48 tron Exp $ +# $NetBSD: Makefile,v 1.7 2000/09/24 16:53:34 hubertf 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{,6}-1.2.27:../../security/ssh +DEPENDS+= {openssh-*,ssh{,6}-1.2.27}:../../security/ssh CONFLICTS= vpn-1.0 |