summaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-19 10:31:04 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-19 10:31:04 +0000
commit7a4662e170aba67be98dd1e72f9417e10ad94e5a (patch)
treece9091b5bb7c9e504349f6d75d3549f9da46b3e6 /security/ssh
parentMake this work on -current post this change: (diff)
Remove LIB_DEPENDS on libz, it's in /usr/src now.
Notes
Notes: svn path=/head/; revision=3644
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 8a8202a42d5a..2927e41587f2 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.31 1996/07/22 23:06:08 pst Exp $
+# $Id: Makefile,v 1.32 1996/08/08 13:56:52 peter Exp $
#
# Maximal ssh package requires YES values for
# USE_PERL, USE_TCPWRAP
@@ -12,7 +12,6 @@
DISTNAME= ssh-1.2.14
CATEGORIES= security net
MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/
-LIB_DEPENDS= z\\.1\\.:${PORTSDIR}/devel/libz
MAINTAINER= torstenb@FreeBSD.ORG