diff options
author | ache <ache@FreeBSD.org> | 1996-02-20 05:37:13 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-02-20 05:37:13 +0800 |
commit | 106d7eef57c733be3ccef6c369a63acd1bd072ad (patch) | |
tree | 090d8638204774b2bdbc379eafcb4e1634496fd5 /security/ssh2 | |
parent | a2eda01644b9ef9a33b1c230c160a902e5475b83 (diff) | |
download | freebsd-ports-gnome-106d7eef57c733be3ccef6c369a63acd1bd072ad.tar.gz freebsd-ports-gnome-106d7eef57c733be3ccef6c369a63acd1bd072ad.tar.zst freebsd-ports-gnome-106d7eef57c733be3ccef6c369a63acd1bd072ad.zip |
Use libz 1.0
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |