diff options
author | abs <abs@pkgsrc.org> | 2000-11-23 15:45:33 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2000-11-23 15:45:33 +0000 |
commit | c3f5912b11b6f395e96f9fe4e68f5f5a45282f82 (patch) | |
tree | c89c283cad276cb25773c41ca4773d8ef840b8ee | |
parent | 768711c06d287190cb51af7f0e13909256b9bb10 (diff) | |
download | pkgsrc-c3f5912b11b6f395e96f9fe4e68f5f5a45282f82.tar.gz |
Accept openssh
-rw-r--r-- | net/srsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/srsh/Makefile b/net/srsh/Makefile index 0e06a4853bb..7d322aaa78a 100644 --- a/net/srsh/Makefile +++ b/net/srsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/10/10 15:02:13 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.5 2000/11/23 15:45:33 abs Exp $ # DISTNAME= srsh-1.2 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/ MAINTAINER= kim@tac.nyc.ny.us .if !exists(/usr/bin/ssh) -DEPENDS+= ssh{,6}-*:../../security/ssh +DEPENDS+= {ssh{,6}-*,openssh-*}:../../security/ssh .endif NO_CONFIGURE= yes |