diff options
author | tron <tron@pkgsrc.org> | 2000-04-10 06:16:52 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-04-10 06:16:52 +0000 |
commit | 7729b995f6ed5fe6a5ab37069796eb1c81801a66 (patch) | |
tree | 25e5078586acc4bac3402f1955a29521c28468d8 /net/srsh/Makefile | |
parent | 692941ba2f667e6d41911b9c1244f745556f8006 (diff) | |
download | pkgsrc-7729b995f6ed5fe6a5ab37069796eb1c81801a66.tar.gz |
Modify dependence to match "ssh6" package, too.
Diffstat (limited to 'net/srsh/Makefile')
-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 752e558018d..4c9a4c3540e 100644 --- a/net/srsh/Makefile +++ b/net/srsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/08/31 02:26:47 kim Exp $ +# $NetBSD: Makefile,v 1.3 2000/04/10 06:16:52 tron Exp $ # DISTNAME= srsh-1.2 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/ MAINTAINER= kim@tac.nyc.ny.us -DEPENDS+= ssh-*:../../security/ssh +DEPENDS+= ssh{,6}-*:../../security/ssh NO_CONFIGURE= yes ALL_TARGET= all PREFIX=${PREFIX} |