From 07f9638b8bfe243c2fb44cdfe599697b7236bb20 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 11 Feb 2004 02:03:41 +0000 Subject: 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. --- graphics/glut/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/glut/Makefile') 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 -- cgit v1.2.3