diff options
Diffstat (limited to 'lib/libGLESv1_CM/Makefile')
-rw-r--r-- | lib/libGLESv1_CM/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libGLESv1_CM/Makefile b/lib/libGLESv1_CM/Makefile index 950097760..0eca4e423 100644 --- a/lib/libGLESv1_CM/Makefile +++ b/lib/libGLESv1_CM/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2013/09/05 15:11:54 jsg Exp $ +# $OpenBSD: Makefile,v 1.2 2013/10/05 10:12:57 jsg Exp $ .include <bsd.xconf.mk> LIB= GLESv1_CM @@ -10,7 +10,7 @@ MESA_INCLUDE= ${.CURDIR}/../../dist/Mesa/include MESA_MAJOR= 9 MESA_MINOR= 2 -MESA_TINY= 0 +MESA_TINY= 1 INCSDIR= ${X11BASE}/include/GLES |