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 | |
parent | 5f859c5421f628a42ced920813caf9252eceb3d7 (diff) | |
download | freebsd-ports-gnome-ebf9e7ef1e3ab84485b01c5a294c606d745816a3.tar.gz freebsd-ports-gnome-ebf9e7ef1e3ab84485b01c5a294c606d745816a3.tar.zst freebsd-ports-gnome-ebf9e7ef1e3ab84485b01c5a294c606d745816a3.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 |