summaryrefslogtreecommitdiff
path: root/graphics/glut/Makefile
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
commit07f9638b8bfe243c2fb44cdfe599697b7236bb20 (patch)
treeb8d86f8ab6750a32ef28c407db6160c2eb65c232 /graphics/glut/Makefile
parent370309dfdca228db0b0aedb3046ec0e00a5de324 (diff)
downloadpkgsrc-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/glut/Makefile')
-rw-r--r--graphics/glut/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/glut/Makefile b/graphics/glut/Makefile
index b545f10b5e9..807e79bdcfd 100644
--- a/graphics/glut/Makefile
+++ b/graphics/glut/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2004/02/10 23:25:19 jlam Exp $
+# $NetBSD: Makefile,v 1.29 2004/02/11 02:03:41 jlam Exp $
#
PKGNAME= ${DISTNAME:S/MesaLib/glut/}
@@ -12,7 +12,7 @@ CONFLICTS+= Mesa<3.2.1
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
-_MESA_REQD= ${MESA_VERSION}
+MESA_REQD+= ${MESA_VERSION}
INSTLIBS= ${WRKSRC}/src/glut/glx/libglut.la