diff options
author | rh <rh@pkgsrc.org> | 2000-01-13 08:05:01 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-01-13 08:05:01 +0000 |
commit | 5cc78024d7c3d69ef4368624bbcb43c420c9fa62 (patch) | |
tree | 306394ec1d904ab95489acfb2784d5bfa1268799 /graphics/pngcrush/Makefile | |
parent | 68948f5bd60801d35b4fa9a53327d83f9575118a (diff) | |
download | pkgsrc-5cc78024d7c3d69ef4368624bbcb43c420c9fa62.tar.gz |
Update pngcrush to 1.3.3. Changes are:
Version 1.3.3:
- Restored ability to enter gamma as a float even when floating point
arithmetic is not enabled.
Version 1.3.2:
- Fixed "PNG_NO_FLOAING_POINT" typo in pngcrush.h
- Renamed "dirname" to "directory_name" to avoid conflict with "dirname"
that appears in string.h on some platforms.
- #ifdef'ed out parts of the help screen for options that are unsupported.
Diffstat (limited to 'graphics/pngcrush/Makefile')
-rw-r--r-- | graphics/pngcrush/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 41c709741bc..e72008eea2f 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 1999/12/28 10:04:34 rh Exp $ +# $NetBSD: Makefile,v 1.3 2000/01/13 08:05:01 rh Exp $ # -DISTNAME= pngcrush-1.3.1 +DISTNAME= pngcrush-1.3.3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.xnot.com/pmt/pub/pngcrush/src/ |