aboutsummaryrefslogtreecommitdiff
path: root/graphics/webp/Makefile
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2011-10-07 14:26:01 +0000
committerJohan van Selst <johans@FreeBSD.org>2011-10-07 14:26:01 +0000
commita1eab0e17e801c77e0c17cd327c348cfe6773221 (patch)
treeb1ced9fdce8906af9eef10abc5b3780d870624ed /graphics/webp/Makefile
parent2d115638a821b5619b5ef10e6d482522b0b6c8ad (diff)
Notes
Diffstat (limited to 'graphics/webp/Makefile')
-rw-r--r--graphics/webp/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile
index 1f99ce7173b1..1761752dde92 100644
--- a/graphics/webp/Makefile
+++ b/graphics/webp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= webp
-PORTVERSION= 0.1.2
+PORTVERSION= 0.1.3
CATEGORIES= graphics
MASTER_SITES= GOOGLE_CODE
DISTNAME= lib${PORTNAME}-${PORTVERSION}
@@ -17,16 +17,11 @@ COMMENT= Google WebP image format conversion tool
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
png.6:${PORTSDIR}/graphics/png
-USE_GMAKE= yes
USE_LDCONFIG= yes
-USE_AUTOTOOLS= autoconf:env libtoolize:env automake:env
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
MAN1= cwebp.1 dwebp.1
-pre-configure:
- @cd ${WRKSRC} && ${AUTORECONF} -vfi
-
.include <bsd.port.mk>