summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-01-21 00:44:07 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-01-21 00:44:07 +0000
commit2efdb688085111182685a11b896fdfab44671a78 (patch)
tree381c1e1e1e9c3e8dd9ecb6516004d014e2009159 /security
parentUpgrade to 1.2.12a (security bugfix) (diff)
Add BUILD_DEPENDS of wish and perl5, both checked exactly in build process
Notes
Notes: svn path=/head/; revision=2650
Diffstat (limited to 'security')
-rw-r--r--security/ssh/Makefile4
-rw-r--r--security/ssh2/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 122f93998275..b496d6ae4176 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -3,12 +3,14 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.6 1995/11/23 17:19:00 peter Exp $
+# $Id: Makefile,v 1.7 1996/01/21 00:32:30 ache Exp $
#
DISTNAME= ssh-1.2.12a
CATEGORIES= security net
MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/snapshots/
+BUILD_DEPENDS+= wish:${PORTSDIR}/x11/tk
+BUILD_DEPENDS+= perl5.001:${PORTSDIR}/lang/perl5
MAINTAINER= torstenb@FreeBSD.ORG
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index 122f93998275..b496d6ae4176 100644
--- a/security/ssh2/Makefile
+++ b/security/ssh2/Makefile
@@ -3,12 +3,14 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.6 1995/11/23 17:19:00 peter Exp $
+# $Id: Makefile,v 1.7 1996/01/21 00:32:30 ache Exp $
#
DISTNAME= ssh-1.2.12a
CATEGORIES= security net
MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/snapshots/
+BUILD_DEPENDS+= wish:${PORTSDIR}/x11/tk
+BUILD_DEPENDS+= perl5.001:${PORTSDIR}/lang/perl5
MAINTAINER= torstenb@FreeBSD.ORG