diff options
author | tv <tv> | 1998-07-15 11:45:49 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-15 11:45:49 +0000 |
commit | 4be0d8f3ccb6d66834132aec1a48c5ab856b7106 (patch) | |
tree | 10fcf9f9d50e9fdd4933a225c72da071c573cdf7 /www/arena | |
parent | f59f28a196e4e4fe978a3e45bae54255d0a2d478 (diff) | |
download | pkgsrc-4be0d8f3ccb6d66834132aec1a48c5ab856b7106.tar.gz |
Update libpng to 1.0.2. Works with all dependent pkgs I have tested
(everything but ImageMagick, gs5, and xemacs20). The API hasn't changed
much, say the install instructions, but it isn't binary compatible--bump
shlib version to 1.0.
Diffstat (limited to 'www/arena')
-rw-r--r-- | www/arena/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/arena/Makefile b/www/arena/Makefile index 2bf44a42218..8d93b1ae9f2 100644 --- a/www/arena/Makefile +++ b/www/arena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/07/15 01:27:42 tv Exp $ +# $NetBSD: Makefile,v 1.4 1998/07/15 11:45:53 tv Exp $ # FreeBSD Id: Makefile,v 1.10 1998/05/04 20:22:31 jseger Exp # @@ -10,7 +10,7 @@ MAINTAINER= tv@netbsd.org DEPENDS= libwww-5.1m1:../../www/libwww \ jpeg-6b:../../graphics/jpeg \ - png-0.96:../../graphics/png \ + png-1.0.2:../../graphics/png \ xpm-3.4k:../../graphics/xpm USE_GMAKE= yes |