diff options
author | tron <tron> | 1999-05-20 18:30:27 +0000 |
---|---|---|
committer | tron <tron> | 1999-05-20 18:30:27 +0000 |
commit | 65d190416229d7cbe28265a9ccee7b1856a4537b (patch) | |
tree | ba1350093cfa84cfe66d715bf1f3471b5e7c9023 /parallel/glunix | |
parent | b36e3f116fbbce186b91418458516510ffcfb249 (diff) | |
download | pkgsrc-65d190416229d7cbe28265a9ccee7b1856a4537b.tar.gz |
Update dependence on "ssh" package to version 1.2.27.
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 e1e581b66d0..234caf03f4f 100644 --- a/parallel/glunix/Makefile +++ b/parallel/glunix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/03/03 23:28:52 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1999/05/20 18:30:27 tron 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.26:../../security/ssh +DEPENDS+= ssh-1.2.27:../../security/ssh DEPENDS+= addnerd-1.6:../../sysutils/addnerd USE_GMAKE= yes |