diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-01-19 03:20:41 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-01-19 03:20:41 +0000 |
commit | d3cc80839b8f8a797a73a143792e3d04d7a93faa (patch) | |
tree | bfe47a0dd6c3153e814da492f9c108c535ea6700 /lib/libGLESv2 | |
parent | 2e5308c450082888617a7ad886f3aac6e35dcd4f (diff) |
Mesa 9.2.5
Diffstat (limited to 'lib/libGLESv2')
-rw-r--r-- | lib/libGLESv2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libGLESv2/Makefile b/lib/libGLESv2/Makefile index 50b94f757..de1b1f427 100644 --- a/lib/libGLESv2/Makefile +++ b/lib/libGLESv2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2014/01/11 12:39:14 miod Exp $ +# $OpenBSD: Makefile,v 1.6 2014/01/19 03:20:40 jsg Exp $ .include <bsd.xconf.mk> LIB= GLESv2 @@ -10,7 +10,7 @@ MESA_INCLUDE= ${.CURDIR}/../../dist/Mesa/include MESA_MAJOR= 9 MESA_MINOR= 2 -MESA_TINY= 3 +MESA_TINY= 5 INCSDIR= ${X11BASE}/include/GLES2 INCSDIR3= ${X11BASE}/include/GLES3 |