summaryrefslogtreecommitdiff
path: root/graphics/pngcrush/Makefile
diff options
context:
space:
mode:
authoradam <adam>2011-10-04 09:36:01 +0000
committeradam <adam>2011-10-04 09:36:01 +0000
commite7ca0992c5add0eccaf745e0b2dc795ba35dc1c0 (patch)
treea7bb9acda939fa41449406c5cd2d39b8f874a76a /graphics/pngcrush/Makefile
parentc5b88d790bec775634c5822afe769cc2c4fe5038 (diff)
downloadpkgsrc-e7ca0992c5add0eccaf745e0b2dc795ba35dc1c0.tar.gz
Changes 1.7.17:
* Changed "#if !defined(PNG_NO_STDIO)" to "#ifdef PNG_STDIO_SUPPORTED" as recommended in the libpng documentation. * Added PNG_UINT_32_NAME macro and used it to simplify chunk_type integer definitions.
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 06fc58afba3..fbd25aa36de 100644
--- a/graphics/pngcrush/Makefile
+++ b/graphics/pngcrush/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2011/07/15 09:29:06 adam Exp $
+# $NetBSD: Makefile,v 1.49 2011/10/04 09:36:01 adam Exp $
-DISTNAME= pngcrush-1.7.16
+DISTNAME= pngcrush-1.7.17
PKGNAME= ${DISTNAME:C/-nolib//}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/}