diff options
author | is <is> | 2000-09-25 14:29:10 +0000 |
---|---|---|
committer | is <is> | 2000-09-25 14:29:10 +0000 |
commit | b0b67bfe5cbf40df6f4e1d8d4e767081e676a63c (patch) | |
tree | ce83b040d21ee27c2a66153fe767cd3b00ff1587 /parallel/glunix | |
parent | 1b40e9dec4fc0ad05a529dc8b2998326bc9c6f55 (diff) | |
download | pkgsrc-b0b67bfe5cbf40df6f4e1d8d4e767081e676a63c.tar.gz |
Allow ssh6 and openssh in addition to ssh.
Diffstat (limited to 'parallel/glunix')
-rw-r--r-- | parallel/glunix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parallel/glunix/Makefile b/parallel/glunix/Makefile index 5d627abd4a8..12b3401ba8f 100644 --- a/parallel/glunix/Makefile +++ b/parallel/glunix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/08/18 22:46:46 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 2000/09/25 14:29:11 is Exp $ DISTNAME= glunix-release-1-0a PKGNAME= glunix-1.0a @@ -10,7 +10,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} makedepend${EXTRACT_SUFX} MAINTAINER= root@garbled.net HOMEPAGE= http://now.cs.berkeley.edu/Glunix/glunix.html -DEPENDS+= ssh-1.2.27:../../security/ssh +DEPENDS+= {openssh-*,ssh{,6}-1.2.27}:../../security/ssh USE_GMAKE= yes USE_PERL5= yes |