diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-08-19 10:31:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-08-19 10:31:04 +0000 |
commit | 7a4662e170aba67be98dd1e72f9417e10ad94e5a (patch) | |
tree | ce9091b5bb7c9e504349f6d75d3549f9da46b3e6 | |
parent | 07f65db017d0913a98ff1dd14ad473b44f309dba (diff) | |
download | freebsd-ports-7a4662e170aba67be98dd1e72f9417e10ad94e5a.zip |
Remove LIB_DEPENDS on libz, it's in /usr/src now.
-rw-r--r-- | graphics/png/Makefile | 4 | ||||
-rw-r--r-- | net/cvsup/Makefile | 5 | ||||
-rw-r--r-- | security/ssh/Makefile | 3 | ||||
-rw-r--r-- | security/ssh2/Makefile | 3 |
4 files changed, 5 insertions, 10 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 0160bd24285e..1f550fa3b602 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Dec 1995 # Whom: ache # -# $Id: Makefile,v 1.5 1996/02/20 05:35:35 asami Exp $ +# $Id: Makefile,v 1.6 1996/07/17 20:07:25 ache Exp $ # DISTNAME= libpng-0.89c @@ -13,8 +13,6 @@ MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/ MAINTAINER= ache@FreeBSD.org -LIB_DEPENDS= z\\.1\\.:${PORTSDIR}/devel/libz - MAKEFILE= makefile post-install: diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index c39efdca2a0b..535ba803648d 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -3,7 +3,7 @@ # Date created: 7 August 1995 # Whom: asami # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/08/08 09:25:54 asami Exp $ # DISTNAME= cvsup-13.2 @@ -12,8 +12,7 @@ MASTER_SITES= ftp://freefall.freebsd.org/pub/CVSup/ MAINTAINER= jdp@FreeBSD.org -LIB_DEPENDS= z\\.1\\.:${PORTSDIR}/devel/libz \ - m3\\.353\\.:${PORTSDIR}/lang/modula-3 +LIB_DEPENDS= m3\\.353\\.:${PORTSDIR}/lang/modula-3 MAKE_ENV= M3FLAGS=-DDYNAMIC 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 diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 8a8202a42d5a..2927e41587f2 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/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 |