diff options
author | Johan van Selst <johans@FreeBSD.org> | 2010-11-14 16:56:15 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2010-11-14 16:56:15 +0000 |
commit | bc1005f915b3e0711f6bd9c0fa606d0b0e273616 (patch) | |
tree | a1488e7e9962716e052eaf29f87f49c72c0dcd89 /graphics/webp/Makefile | |
parent | fb69c0bc4cacc73e4d3ab7c8696391a4cb4bfccf (diff) |
Notes
Diffstat (limited to 'graphics/webp/Makefile')
-rw-r--r-- | graphics/webp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile index 83c4b28f485c..708ce120a3b0 100644 --- a/graphics/webp/Makefile +++ b/graphics/webp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= webp -PORTVERSION= 0.0.2 +PORTVERSION= 0.0.3 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-leptonica-${PORTVERSION} @@ -22,7 +22,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_WRKSRC= ${WRKSRC}/libwebp CONFIGURE_ARGS+= LDFLAGS="-L${WRKSRC}/leptonlib-1.066/lib/nodebug" -CFLAGS+= -I${WRKSRC}/leptonlib-1.066/src +CFLAGS+= -I${WRKSRC}/leptonlib-1.066/src -I/usr/local/include WRKSRC= ${WRKDIR}/${PORTNAME} INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} |