aboutsummaryrefslogtreecommitdiff
path: root/graphics/mesa-demos
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-04-18 18:35:34 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-04-18 18:35:34 +0000
commitb13386a8c98dfb22e108370efc688e4377e929a6 (patch)
tree7bc480262d79797e55d59badee25c323d7ab085a /graphics/mesa-demos
parent0b545cf26fd550c9db38c3a41e935f886412607e (diff)
Notes
Diffstat (limited to 'graphics/mesa-demos')
-rw-r--r--graphics/mesa-demos/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/mesa-demos/Makefile b/graphics/mesa-demos/Makefile
index f43e8e9d6897..7d5cfe9c028b 100644
--- a/graphics/mesa-demos/Makefile
+++ b/graphics/mesa-demos/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mesa-demos
PORTVERSION= 8.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/demos/${PORTVERSION}/
@@ -12,13 +12,13 @@ COMMENT= OpenGL demos distributed with Mesa
GNU_CONFIGURE= yes
USES= gmake pkgconfig tar:bzip2
-USE_GL= egl glew glu glut
+USE_GL= glew glu glut
USE_XORG= dri2proto glproto x11 xdamage xext xfixes xi xxf86vm
-CPPFLAGS= -I${LOCALBASE}/include
+CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS+=--disable-gles2 \
+CONFIGURE_ARGS+=--disable-egl --disable-gbm --disable-gles2 \
--disable-osmesa --disable-vg --disable-wayland \
--with-system-data-files