diff options
author | markm <markm@FreeBSD.org> | 1996-01-23 02:41:57 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-01-23 02:41:57 +0800 |
commit | 0b05da1f169b2aba6b06086b18918ae606646102 (patch) | |
tree | f84fae263cca67094f4a2dc597d2b4bb0bd68682 /security/ssh | |
parent | c32ff77a338f3e31f1623abd0f0d41018c5f411f (diff) | |
download | freebsd-ports-gnome-0b05da1f169b2aba6b06086b18918ae606646102.tar.gz freebsd-ports-gnome-0b05da1f169b2aba6b06086b18918ae606646102.tar.zst freebsd-ports-gnome-0b05da1f169b2aba6b06086b18918ae606646102.zip |
Damn. Forgot to include the makefile diffs in the last lot.
Make the Makefile aware of libz dependancies.
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index e1dd149fc8fb..025e3ae8c82c 100644 --- a/security/ssh/Makefile +++ b/security/ssh/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 |