diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-05-31 22:13:16 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-05-31 22:13:16 +0000 |
commit | 7658cda298f20f0c94cf5db47a68f51dbefef7b4 (patch) | |
tree | 794c5eb87335828a141450f50ace14552021a7ca /security | |
parent | eca7b7add4d157b125b1f9a3aa471e35328bc1ce (diff) | |
download | pkgsrc-7658cda298f20f0c94cf5db47a68f51dbefef7b4.tar.gz |
Depend on security/openssh instead of security/ssh for machines that
do not have /usr/bin/ssh.
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 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 |