diff options
author | adam <adam@pkgsrc.org> | 2004-05-25 14:55:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-05-25 14:55:34 +0000 |
commit | 040ae95b77a4dcafbdd25ce01112d6b357307d29 (patch) | |
tree | ed294e0f1b6f8352208e062da50127629edc46f2 /graphics/gd/Makefile | |
parent | d0940ab8fb076f60acf77b7fa7eede51ca5b7624 (diff) | |
download | pkgsrc-040ae95b77a4dcafbdd25ce01112d6b357307d29.tar.gz |
Changes 2.0.25:
* Correction in gdfontl.h
Changes 2.0.24:
* bgd.dll is now compatible with Visual BASIC
* Even more complete freetype version checking
* Binary transparency is now handled correctly in gdImageToPalette
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r-- | graphics/gd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index b9a2471d128..4c0321b7787 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2004/04/26 12:24:12 adam Exp $ -# +# $NetBSD: Makefile,v 1.53 2004/05/25 14:55:34 adam Exp $ -DISTNAME= gd-2.0.23 +DISTNAME= gd-2.0.25 CATEGORIES= graphics MASTER_SITES= http://www.boutell.com/gd/http/ |