aboutsummaryrefslogtreecommitdiffstats
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
parentc32ff77a338f3e31f1623abd0f0d41018c5f411f (diff)
downloadfreebsd-ports-graphics-0b05da1f169b2aba6b06086b18918ae606646102.tar.gz
freebsd-ports-graphics-0b05da1f169b2aba6b06086b18918ae606646102.tar.zst
freebsd-ports-graphics-0b05da1f169b2aba6b06086b18918ae606646102.zip
Damn. Forgot to include the makefile diffs in the last lot.
Make the Makefile aware of libz dependancies.
-rw-r--r--security/ssh/Makefile3
-rw-r--r--security/ssh2/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index e1dd149fc8f..025e3ae8c82 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
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index e1dd149fc8f..025e3ae8c82 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