diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-11 02:03:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-11 02:03:41 +0000 |
commit | 7657096bbc4103f6b7d83b9c84d9e8ace48f4616 (patch) | |
tree | b8d86f8ab6750a32ef28c407db6160c2eb65c232 /graphics/glu/Makefile | |
parent | a1d0b1b68bd07bf5c704b4c64294efa8c21449fe (diff) | |
download | pkgsrc-7657096bbc4103f6b7d83b9c84d9e8ace48f4616.tar.gz |
Turn MESA_REQD back into a public variable, and make it take a list of
values that MesaLib/buildlink3.mk converts into a single _MESA_REQD that
is the highest version required. If including the Mesa/buildlink3.mk
file, then require the same version of Mesa as required by glut.
Diffstat (limited to 'graphics/glu/Makefile')
-rw-r--r-- | graphics/glu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index 84e37877b1c..16e9fd0258b 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/02/10 23:10:38 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2004/02/11 02:03:41 jlam Exp $ # PKGNAME= ${DISTNAME:C/MesaLib/glu/} @@ -13,7 +13,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes USE_LANGUAGES= c c++ -_MESA_REQD= ${MESA_VERSION} +MESA_REQD+= ${MESA_VERSION} INSTLIBS= ${WRKSRC}/src/glu/sgi/libGLU.la |