diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-07-16 20:24:41 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-07-16 20:24:41 +0000 |
commit | 64c6fcb1a4e9a09cc664eda12624b8073c38ecdf (patch) | |
tree | 377eb68c0d2bca3c28b509425fc7ca2e3ffa7156 /lib/libGLw/Makefile | |
parent | b24c0d89785e534d8ce23ca5e5fee96a622abc79 (diff) |
Bump MESA_TINY (2 -> 3) after the last update of Mesa to 7.0.3
so that the pkgconfig files have the correct version.
ok okan@
Diffstat (limited to 'lib/libGLw/Makefile')
-rw-r--r-- | lib/libGLw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libGLw/Makefile b/lib/libGLw/Makefile index c004dbd37..b40669daa 100644 --- a/lib/libGLw/Makefile +++ b/lib/libGLw/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2008/02/12 21:09:27 matthieu Exp $ +# $OpenBSD: Makefile,v 1.9 2008/07/16 20:24:40 brad Exp $ DEBUG?= @@ -6,7 +6,7 @@ LIB= GLw MESA_MAJOR= 7 MESA_MINOR= 0 -MESA_TINY= 2 +MESA_TINY= 3 CPPFLAGS += -I${X11BASE}/include \ -I${.CURDIR} |