diff options
author | ache <ache@FreeBSD.org> | 1996-01-21 08:44:07 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-01-21 08:44:07 +0800 |
commit | 31bd1b5aa99a5eedf3cbfa363ffffe06c9bcb2fb (patch) | |
tree | 248db51d0200e8ff3ef0662854317b81fcc5c383 /security/ssh2/Makefile | |
parent | c1bdace8c90b289a779fadbd7f63a87943282fce (diff) | |
download | freebsd-ports-gnome-31bd1b5aa99a5eedf3cbfa363ffffe06c9bcb2fb.tar.gz freebsd-ports-gnome-31bd1b5aa99a5eedf3cbfa363ffffe06c9bcb2fb.tar.zst freebsd-ports-gnome-31bd1b5aa99a5eedf3cbfa363ffffe06c9bcb2fb.zip |
Add BUILD_DEPENDS of wish and perl5, both checked exactly in build process
Diffstat (limited to 'security/ssh2/Makefile')
-rw-r--r-- | security/ssh2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |