summaryrefslogtreecommitdiff
path: root/graphics/MesaDemos
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-11 02:03:41 +0000
committerjlam <jlam@pkgsrc.org>2004-02-11 02:03:41 +0000
commit7657096bbc4103f6b7d83b9c84d9e8ace48f4616 (patch)
treeb8d86f8ab6750a32ef28c407db6160c2eb65c232 /graphics/MesaDemos
parenta1d0b1b68bd07bf5c704b4c64294efa8c21449fe (diff)
downloadpkgsrc-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/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"