diff options
author | dholland <dholland@pkgsrc.org> | 2013-02-02 15:54:11 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-02-02 15:54:11 +0000 |
commit | 67dde045bd9804255825baf20e77926bfd7c59df (patch) | |
tree | 37d43d54a4eca0c9f7c57be629d9090d6d5b757c /graphics | |
parent | c8280872b47e13954f90b06e4f12b9d7ef9c5112 (diff) | |
download | pkgsrc-67dde045bd9804255825baf20e77926bfd7c59df.tar.gz |
This should have been bumped along with other jpeg users, but got missed,
so do it now.
(I don't know if anything else got missed, I just happened to trip on
this one)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libwebp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libwebp/Makefile b/graphics/libwebp/Makefile index 15f1c4502a4..74a65caaea2 100644 --- a/graphics/libwebp/Makefile +++ b/graphics/libwebp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2012/11/25 17:28:04 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2013/02/02 15:54:11 dholland Exp $ # DISTNAME= libwebp-0.2.1 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://webp.googlecode.com/files/ EXTRACT_SUFX= .zip |