aboutsummaryrefslogtreecommitdiffstats
path: root/security/ssh
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1996-01-23 02:41:57 +0800
committermarkm <markm@FreeBSD.org>1996-01-23 02:41:57 +0800
commit0b05da1f169b2aba6b06086b18918ae606646102 (patch)
treef84fae263cca67094f4a2dc597d2b4bb0bd68682 /security/ssh
parentc32ff77a338f3e31f1623abd0f0d41018c5f411f (diff)
downloadfreebsd-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/Makefile3
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