diff options
-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 613986bb4f2..d7e800e14f8 100644 --- a/security/ssh-ip-tunnel/Makefile +++ b/security/ssh-ip-tunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/10/10 15:02:14 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.9 2000/10/21 22:55:02 wiz 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 -.if !exists(/usr/bin/ssh) +.if !exists(/usr/bin/ssh) DEPENDS+= {openssh-*,ssh{,6}-1.2.27}:../../security/ssh .endif |