diff options
author | markm <markm@FreeBSD.org> | 1996-01-22 18:41:57 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-01-22 18:41:57 +0000 |
commit | 0b05da1f169b2aba6b06086b18918ae606646102 (patch) | |
tree | f84fae263cca67094f4a2dc597d2b4bb0bd68682 /security/ssh2 | |
parent | c32ff77a338f3e31f1623abd0f0d41018c5f411f (diff) | |
download | FreeBSD-ports-0b05da1f169b2aba6b06086b18918ae606646102.zip FreeBSD-ports-0b05da1f169b2aba6b06086b18918ae606646102.tar.gz |
Damn. Forgot to include the makefile diffs in the last lot.
Make the Makefile aware of libz dependancies.
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index e1dd149..025e3ae 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -3,12 +3,13 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.8 1996/01/21 00:44:07 ache Exp $ +# $Id: Makefile,v 1.9 1996/01/21 00:49:39 ache Exp $ # DISTNAME= ssh-1.2.12a CATEGORIES= security net MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/snapshots/ +LIB_DEPENDS= z\\.0\\.:${PORTSDIR}/devel/libz BUILD_DEPENDS+= wish:${PORTSDIR}/x11/tk BUILD_DEPENDS+= perl5.001:${PORTSDIR}/lang/perl5 |