summaryrefslogtreecommitdiff
path: root/security/ssh-ip-tunnel
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-10-10 15:02:13 +0000
committerdmcmahill <dmcmahill>2000-10-10 15:02:13 +0000
commit07da2548eada8b0f8c5e6c3a3e1e191a6a8dca18 (patch)
treeeb4a47efb20365200a7e9fb724cee67689b9de6e /security/ssh-ip-tunnel
parentb1ed48bf578bfebbfa9b74149af81d86961ba334 (diff)
downloadpkgsrc-07da2548eada8b0f8c5e6c3a3e1e191a6a8dca18.tar.gz
Only pull in the ssh depends if we're on a system with out /usr/bin/ssh in
the system.
Diffstat (limited to 'security/ssh-ip-tunnel')
-rw-r--r--security/ssh-ip-tunnel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/ssh-ip-tunnel/Makefile b/security/ssh-ip-tunnel/Makefile
index 1fb4c1fce67..613986bb4f2 100644
--- a/security/ssh-ip-tunnel/Makefile
+++ b/security/ssh-ip-tunnel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2000/09/24 16:53:34 hubertf Exp $
+# $NetBSD: Makefile,v 1.8 2000/10/10 15:02:14 dmcmahill Exp $
DISTNAME= vpn-1.0
PKGNAME= ssh-ip-tunnel-1.0
@@ -8,7 +8,9 @@ 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)
DEPENDS+= {openssh-*,ssh{,6}-1.2.27}:../../security/ssh
+.endif
CONFLICTS= vpn-1.0