diff options
author | jlam <jlam> | 2004-02-11 02:03:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-02-11 02:03:41 +0000 |
commit | 8d4f3c23bd219ddc39f87b7a83948e6d832703b3 (patch) | |
tree | b8d86f8ab6750a32ef28c407db6160c2eb65c232 /graphics/MesaDemos/Makefile | |
parent | f20d8254df87fff94f4a3105bfe2c2a9a5a44f0f (diff) | |
download | pkgsrc-8d4f3c23bd219ddc39f87b7a83948e6d832703b3.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/Makefile')
-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" |