diff options
author | tv <tv> | 1998-07-15 11:45:49 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-15 11:45:49 +0000 |
commit | 3d476d4c21a8bb99ca21ba433f6a88076544d096 (patch) | |
tree | 10fcf9f9d50e9fdd4933a225c72da071c573cdf7 /graphics/png/pkg | |
parent | 54bca736804823dbdab8246f6109aeec7861890a (diff) | |
download | pkgsrc-3d476d4c21a8bb99ca21ba433f6a88076544d096.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 'graphics/png/pkg')
-rw-r--r-- | graphics/png/pkg/PLIST | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/png/pkg/PLIST b/graphics/png/pkg/PLIST index b4ae2285112..5a407e075eb 100644 --- a/graphics/png/pkg/PLIST +++ b/graphics/png/pkg/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.6 1998/07/15 11:29:22 agc Exp $ +@comment $NetBSD: PLIST,v 1.7 1998/07/15 11:45:56 tv Exp $ include/png.h include/pngconf.h lib/libpng.a -lib/libpng.so.0.96 +lib/libpng.la +lib/libpng.so.1.0 |