diff options
author | asami <asami@FreeBSD.org> | 1996-08-19 18:31:04 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-08-19 18:31:04 +0800 |
commit | ebf9e7ef1e3ab84485b01c5a294c606d745816a3 (patch) | |
tree | 7d0bfea79b84e57e5d721230c03619dbe5c566d6 /security/ssh | |
parent | 5f859c5421f628a42ced920813caf9252eceb3d7 (diff) | |
download | freebsd-ports-graphics-ebf9e7ef1e3ab84485b01c5a294c606d745816a3.tar.gz freebsd-ports-graphics-ebf9e7ef1e3ab84485b01c5a294c606d745816a3.tar.zst freebsd-ports-graphics-ebf9e7ef1e3ab84485b01c5a294c606d745816a3.zip |
Remove LIB_DEPENDS on libz, it's in /usr/src now.
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 8a8202a42d5..2927e41587f 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 |