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 | 07f9638b8bfe243c2fb44cdfe599697b7236bb20 (patch) | |
tree | b8d86f8ab6750a32ef28c407db6160c2eb65c232 /graphics/MesaDemos | |
parent | 370309dfdca228db0b0aedb3046ec0e00a5de324 (diff) | |
download | pkgsrc-07f9638b8bfe243c2fb44cdfe599697b7236bb20.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/MesaDemos')
-rw-r--r-- | graphics/MesaDemos/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/MesaDemos/Makefile b/graphics/MesaDemos/Makefile index 1ec38edf56b..3382efba4e9 100644 --- a/graphics/MesaDemos/Makefile +++ b/graphics/MesaDemos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/01/22 13:02:33 adam Exp $ +# $NetBSD: Makefile,v 1.14 2004/02/11 02:03:41 jlam Exp $ # PKGNAME= MesaDemos-${MESA_VERSION} @@ -9,7 +9,7 @@ DISTINFO_FILE= ${.CURDIR}/distinfo .include "../Mesa/Makefile.common" -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes MAKE_FLAGS+= LIB_DEP="" @@ -24,5 +24,5 @@ do-install: -rw . ${PREFIX}/share/examples/${PKGNAME_NOREV}/${dir} ${CHMOD} -R a+rX ${PREFIX}/share/examples/${PKGNAME_NOREV} -.include "../../graphics/Mesa/buildlink2.mk" +.include "../../graphics/Mesa/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |