diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-06-08 20:50:42 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-06-08 20:50:42 +0000 |
commit | fd9606776be73b07ff342206fc76a26d09f7845d (patch) | |
tree | 402020863c01aac177fd322f7c8e850eb71d615b /security/ssh | |
parent | Add lapack. (diff) |
Return back to distributed libz 0.95
All libzs 0.99-1.0.2 produce deflate error on certain files (with ssh)
I don't know, is it ssh error or libz error
Notes
Notes:
svn path=/head/; revision=3180
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 87f3c8ee2485..3123c967e1c2 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.22 1996/05/24 19:13:04 peter Exp $ +# $Id: Makefile,v 1.23 1996/06/07 04:33:19 peter Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -12,7 +12,6 @@ DISTNAME= ssh-1.2.14 CATEGORIES= security net MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ -LIB_DEPENDS= z\\.1\\.:${PORTSDIR}/devel/libz MAINTAINER= torstenb@FreeBSD.ORG |