summaryrefslogtreecommitdiff
path: root/graphics/MesaDemos
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-11 02:03:41 +0000
committerjlam <jlam>2004-02-11 02:03:41 +0000
commit3d1e5e42136051e2223b273bd67a7fa3d774f39f (patch)
treeb8d86f8ab6750a32ef28c407db6160c2eb65c232 /graphics/MesaDemos
parenta073cf3bf2351c686eb41290d83f9eb725e0a43c (diff)
downloadpkgsrc-3d1e5e42136051e2223b273bd67a7fa3d774f39f.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/Makefile6
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"