summaryrefslogtreecommitdiff
path: root/graphics/pngcrush/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pngcrush/Makefile')
-rw-r--r--graphics/pngcrush/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile
index 1f32e3bfd87..a75c170caeb 100644
--- a/graphics/pngcrush/Makefile
+++ b/graphics/pngcrush/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2006/06/10 07:43:11 adam Exp $
+# $NetBSD: Makefile,v 1.25 2006/07/06 20:51:25 adam Exp $
DISTNAME= pngcrush-1.6.4-nolib
PKGNAME= pngcrush-1.6.4
@@ -16,7 +16,7 @@ INSTALLATION_DIRS= bin
do-build:
cd ${WRKSRC} && ${CC} -DPNG_USE_LOCAL_ARRAYS \
${CFLAGS} `libpng-config --cflags` -o pngcrush pngcrush.c \
- `libpng-config --ldflags`
+ `libpng-config --ldflags` -lz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${PREFIX}/bin