From 7b526be3cbc68dcc4276777fd2c21e8ae42f2c27 Mon Sep 17 00:00:00 2001 From: kristerw Date: Mon, 31 May 2004 22:13:16 +0000 Subject: Depend on security/openssh instead of security/ssh for machines that do not have /usr/bin/ssh. --- security/ssh-ip-tunnel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/ssh-ip-tunnel') diff --git a/security/ssh-ip-tunnel/Makefile b/security/ssh-ip-tunnel/Makefile index 8095f9ead90..c8e71c944c5 100644 --- a/security/ssh-ip-tunnel/Makefile +++ b/security/ssh-ip-tunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/09/27 23:18:41 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2004/05/31 22:13:16 kristerw Exp $ DISTNAME= vpn-1.0 PKGNAME= ssh-ip-tunnel-1.0 @@ -10,7 +10,7 @@ COMMENT= Simple VPN system using pppd over ssh DEPENDS+= pty-redir-0.1:../../misc/pty-redir .if !exists(/usr/bin/ssh) -DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/ssh +DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/openssh .endif CONFLICTS= vpn-1.0 -- cgit v1.2.3