diff options
author | khorben <khorben@pkgsrc.org> | 2013-08-10 23:02:26 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2013-08-10 23:02:26 +0000 |
commit | 60159cb92df707e337ca8ee952787e0f822d0987 (patch) | |
tree | 5b7a362252e66f6fb56216958736661c1ea1f0f9 /graphics/glx-utils/Makefile | |
parent | 1ea32c788fa4208fa48c08b0aad9fce20fbb227b (diff) | |
download | pkgsrc-60159cb92df707e337ca8ee952787e0f822d0987.tar.gz |
Crude compilation fix for graphics/glx-utils:
- MesaDemos 7.11.2 was never released
- fall back to MesaDemos 7.4.4 for the time being (as still found in distinfo)
Diffstat (limited to 'graphics/glx-utils/Makefile')
-rw-r--r-- | graphics/glx-utils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/glx-utils/Makefile b/graphics/glx-utils/Makefile index 47dda8d9c03..fcad38c8f2a 100644 --- a/graphics/glx-utils/Makefile +++ b/graphics/glx-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/10/06 14:10:55 asau Exp $ +# $NetBSD: Makefile,v 1.11 2013/08/10 23:02:26 khorben Exp $ DISTNAME= MesaDemos-${MESA_VERSION} PKGNAME= glx-utils-${MESA_VERSION} @@ -6,6 +6,7 @@ CATEGORIES= x11 graphics COMMENT= OpenGL glxgears and glxinfo .include "../../graphics/Mesa/Makefile.common" +MESA_VERSION= 7.4.4 MESA_PATCHFILES= # don't track Mesa patchlevels |