diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-08-19 18:31:04 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-08-19 18:31:04 +0800 |
commit | 7a4662e170aba67be98dd1e72f9417e10ad94e5a (patch) | |
tree | ce9091b5bb7c9e504349f6d75d3549f9da46b3e6 /graphics/png | |
parent | 07f65db017d0913a98ff1dd14ad473b44f309dba (diff) | |
download | freebsd-ports-gnome-7a4662e170aba67be98dd1e72f9417e10ad94e5a.tar.gz freebsd-ports-gnome-7a4662e170aba67be98dd1e72f9417e10ad94e5a.tar.zst freebsd-ports-gnome-7a4662e170aba67be98dd1e72f9417e10ad94e5a.zip |
Remove LIB_DEPENDS on libz, it's in /usr/src now.
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 4 |
1 files changed, 1 insertions, 3 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: |