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/Mosaic | |
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/Mosaic')
-rw-r--r-- | www/Mosaic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index 2332f1a4223..878f25fa31e 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/07/12 04:09:55 tv Exp $ +# $NetBSD: Makefile,v 1.4 1998/07/15 11:45:53 tv Exp $ # FreeBSD Id: Makefile,v 1.15 1998/05/27 08:44:56 dburr Exp # @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Unix/source/ MAINTAINER= tv@netbsd.org DEPENDS= jpeg-6b:../../graphics/jpeg \ - png-0.96:../../graphics/png \ + png-1.0.2:../../graphics/png \ xpm-3.4k:../../graphics/xpm USE_X11= yes |