From 4a2e59d1cfe5faa0df808479d8241be9c805556a Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 19 Feb 1996 21:37:13 +0000 Subject: [PATCH] Use libz 1.0 --- security/ssh/Makefile | 4 ++-- security/ssh2/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 83b361628fe3..2f7464071379 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -3,13 +3,13 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.13 1996/02/06 02:56:57 pst Exp $ +# $Id: Makefile,v 1.14 1996/02/17 15:13:34 ache Exp $ # DISTNAME= ssh-1.2.13 CATEGORIES= security net MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/snapshots/ -LIB_DEPENDS= z\\.0\\.:${PORTSDIR}/devel/libz +LIB_DEPENDS= z\\.1\\.:${PORTSDIR}/devel/libz BUILD_DEPENDS+= perl5.001:${PORTSDIR}/lang/perl5 MAINTAINER= torstenb@FreeBSD.ORG diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 83b361628fe3..2f7464071379 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -3,13 +3,13 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.13 1996/02/06 02:56:57 pst Exp $ +# $Id: Makefile,v 1.14 1996/02/17 15:13:34 ache Exp $ # DISTNAME= ssh-1.2.13 CATEGORIES= security net MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/snapshots/ -LIB_DEPENDS= z\\.0\\.:${PORTSDIR}/devel/libz +LIB_DEPENDS= z\\.1\\.:${PORTSDIR}/devel/libz BUILD_DEPENDS+= perl5.001:${PORTSDIR}/lang/perl5 MAINTAINER= torstenb@FreeBSD.ORG