aboutsummaryrefslogtreecommitdiff
path: root/graphics/libglesv2
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-11-27 14:48:48 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-11-27 14:48:48 +0000
commit920e79368abf25b0fecd9facd9843d35d0fe8632 (patch)
tree1ecbb30056b0f8fca9bcd57532fa4d734cae33b4 /graphics/libglesv2
parent80f46a2b4a6e18d3f94ba6cc4f572ca5dbefc0d5 (diff)
downloadports-920e79368abf25b0fecd9facd9843d35d0fe8632.tar.gz
ports-920e79368abf25b0fecd9facd9843d35d0fe8632.zip
Notes
Diffstat (limited to 'graphics/libglesv2')
-rw-r--r--graphics/libglesv2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libglesv2/Makefile b/graphics/libglesv2/Makefile
index d5a66f7187fc..a824eed359c4 100644
--- a/graphics/libglesv2/Makefile
+++ b/graphics/libglesv2/Makefile
@@ -20,7 +20,7 @@ USE_XORG+= glproto dri2proto xext xdamage xfixes presentproto \
.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
.if defined(WITH_NEW_MESA)
-LIBGLES_REVISION= 1
+LIBGLES_REVISION= 0
.else
LIBGLES_REVISION= 4
.endif