diff options
author | tron <tron@pkgsrc.org> | 2000-03-20 07:27:48 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-20 07:27:48 +0000 |
commit | 6badf88a81165c3abfb1d72c81867ae5d4f4e73b (patch) | |
tree | 5a27cb0337f5aeadff6436508d3c4aa0660d6bc6 | |
parent | d7da3d9cbd4681d9616332a1a6e3cb561d3b98db (diff) | |
download | pkgsrc-6badf88a81165c3abfb1d72c81867ae5d4f4e73b.tar.gz |
Optimize dependence pattern.
-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 f643242017f..eeb12d3a0e4 100644 --- a/security/ssh-ip-tunnel/Makefile +++ b/security/ssh-ip-tunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/03/20 07:26:23 tron Exp $ +# $NetBSD: Makefile,v 1.6 2000/03/20 07:27:48 tron 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{-1.2.27,6-1.2.27}:../../security/ssh +DEPENDS+= ssh{,6}-1.2.27:../../security/ssh CONFLICTS= vpn-1.0 |