summaryrefslogtreecommitdiff
path: root/graphics/pngcrush
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-04-24 00:51:09 +0000
committerwiz <wiz@pkgsrc.org>2004-04-24 00:51:09 +0000
commit4da06df8846a85e33298e69eb5d183551609fd5c (patch)
tree495e097d3acbd63cc020a95d926f0d65f24862e7 /graphics/pngcrush
parent55f6535066e000668645959b259b31ae5e920a7c (diff)
downloadpkgsrc-4da06df8846a85e33298e69eb5d183551609fd5c.tar.gz
Convert to bl3.
Diffstat (limited to 'graphics/pngcrush')
-rw-r--r--graphics/pngcrush/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile
index 728f6ece2d1..e21e83390e9 100644
--- a/graphics/pngcrush/Makefile
+++ b/graphics/pngcrush/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/01/12 21:23:05 adam Exp $
+# $NetBSD: Makefile,v 1.16 2004/04/24 00:51:09 wiz Exp $
#
DISTNAME= pngcrush-1.5.10
@@ -9,7 +9,7 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://pmt.sourceforge.net/pngcrush/index.html
COMMENT= Optimizer for PNG (Portable Network Graphics) files
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= # defined
NO_CONFIGURE= YES
do-build:
@@ -21,5 +21,5 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/pngcrush
${INSTALL_MAN} ${WRKSRC}/README.txt ${PREFIX}/share/pngcrush
-.include "../../graphics/png/buildlink2.mk"
+.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"