diff options
author | Johan van Selst <johans@FreeBSD.org> | 2013-12-27 16:52:15 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2013-12-27 16:52:15 +0000 |
commit | 709b7cca5bde6f8fa51dcf43116c1ca180777df0 (patch) | |
tree | 88368105df787a1e8ad01b6e8d877f73a211a522 /graphics/webp | |
parent | 7f997ad80c4a46a9d6ba763a283b83d54e3ecec2 (diff) | |
download | ports-709b7cca5bde6f8fa51dcf43116c1ca180777df0.tar.gz ports-709b7cca5bde6f8fa51dcf43116c1ca180777df0.zip |
Notes
Diffstat (limited to 'graphics/webp')
-rw-r--r-- | graphics/webp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile index a06a0fbdfcea..d70bcb868b1b 100644 --- a/graphics/webp/Makefile +++ b/graphics/webp/Makefile @@ -3,7 +3,7 @@ PORTNAME= webp PORTVERSION= 0.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE DISTNAME= lib${PORTNAME}-${PORTVERSION} @@ -17,6 +17,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libtiff.so:${PORTSDIR}/graphics/tiff USE_LDCONFIG= yes +USE_GL= glut GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |