From 2e7d815faa56b4baa6881321afa0886852711197 Mon Sep 17 00:00:00 2001 From: johans Date: Fri, 27 Dec 2013 16:52:15 +0000 Subject: Make implicit dependency on glut explicit (required for vwebp) --- graphics/webp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/webp') 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 -- cgit