diff options
author | ache <ache@FreeBSD.org> | 1996-06-09 04:50:42 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-06-09 04:50:42 +0800 |
commit | 2fefbce775b1ead9c87011fb9eab73a887e1c813 (patch) | |
tree | 1709f0def42857b21b679d990159c8ce05a47c84 /security/ssh | |
parent | 594027904a13fedd4ef7f71f0ab51ec57e0b62c8 (diff) | |
download | freebsd-ports-gnome-2fefbce775b1ead9c87011fb9eab73a887e1c813.tar.gz freebsd-ports-gnome-2fefbce775b1ead9c87011fb9eab73a887e1c813.tar.zst freebsd-ports-gnome-2fefbce775b1ead9c87011fb9eab73a887e1c813.zip |
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
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 |