From c63e8768b1734be577a139f893693be11734031d Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 18 May 2002 13:03:29 +0000 Subject: Add libz to LDADD/DPADD --- graphics/png/Makefile | 2 +- graphics/png/files/makefile.freebsd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics') diff --git a/graphics/png/Makefile b/graphics/png/Makefile index b15d2bc4a9ce..f2b12760f2d4 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -7,7 +7,7 @@ PORTNAME= png PORTVERSION= 1.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.libpng.org/pub/png/src/ \ ftp://swrinde.nde.swri.edu/pub/png/src/ \ diff --git a/graphics/png/files/makefile.freebsd b/graphics/png/files/makefile.freebsd index 6b2dd459d9c3..fb11ad93d813 100644 --- a/graphics/png/files/makefile.freebsd +++ b/graphics/png/files/makefile.freebsd @@ -22,8 +22,8 @@ MAN= libpng.3 libpngpf.3 png.5 MANDIR= /man/man SYMLINKS= libpng/png.h ${INCSDIR}/../png.h \ libpng/pngconf.h ${INCSDIR}/../pngconf.h -LDADD+= -lm -DPADD+= ${LIBM} +LDADD+= -lm -lz +DPADD+= ${LIBM} ${LIBZ} CFLAGS+= -I. -DPNG_USE_PNGGCCRD .if (${ARCH} != "i386") -- cgit v1.2.3