diff options
author | johans <johans@FreeBSD.org> | 2013-12-28 00:52:15 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-12-28 00:52:15 +0800 |
commit | 2e7d815faa56b4baa6881321afa0886852711197 (patch) | |
tree | 88368105df787a1e8ad01b6e8d877f73a211a522 /graphics/webp | |
parent | 9a2d91397b39c5494fdd8f6566d2364315a3007f (diff) | |
download | freebsd-ports-gnome-2e7d815faa56b4baa6881321afa0886852711197.tar.gz freebsd-ports-gnome-2e7d815faa56b4baa6881321afa0886852711197.tar.zst freebsd-ports-gnome-2e7d815faa56b4baa6881321afa0886852711197.zip |
Make implicit dependency on glut explicit (required for vwebp)
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 |