Sat Feb 2 15:54:11 2013 UTC ()
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)


(dholland)
diff -r1.5 -r1.6 pkgsrc/graphics/libwebp/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/graphics/libwebp/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/libwebp/Makefile 2012/11/25 17:28:04 1.5
+++ pkgsrc/graphics/libwebp/Makefile 2013/02/02 15:54:11 1.6
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.5 2012/11/25 17:28:04 ryoon Exp $ 1# $NetBSD: Makefile,v 1.6 2013/02/02 15:54:11 dholland Exp $
2# 2#
3 3
4DISTNAME= libwebp-0.2.1 4DISTNAME= libwebp-0.2.1
 5PKGREVISION= 1
5CATEGORIES= graphics 6CATEGORIES= graphics
6MASTER_SITES= http://webp.googlecode.com/files/ 7MASTER_SITES= http://webp.googlecode.com/files/
7EXTRACT_SUFX= .zip 8EXTRACT_SUFX= .zip
8 9
9MAINTAINER= ryoon@NetBSD.org 10MAINTAINER= ryoon@NetBSD.org
10HOMEPAGE= http://code.google.com/speed/webp/index.html 11HOMEPAGE= http://code.google.com/speed/webp/index.html
11COMMENT= WebP image format library and tools 12COMMENT= WebP image format library and tools
12LICENSE= modified-bsd 13LICENSE= modified-bsd
13 14
14GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 16USE_LIBTOOL= yes
16 17
17.include "../../mk/compiler.mk" 18.include "../../mk/compiler.mk"