summaryrefslogtreecommitdiff
path: root/graphics/Mesa/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-11-18 07:49:24 +0000
committerjlam <jlam@pkgsrc.org>2002-11-18 07:49:24 +0000
commitdb3a779c2dd868f2ee22183d0931287cb71a9f51 (patch)
tree6aece24589ba3e309c575e03c5f19cb4d45fd2d2 /graphics/Mesa/Makefile
parent39b20fc8a42330a52c95a2cf15c226ba31a8ec52 (diff)
downloadpkgsrc-db3a779c2dd868f2ee22183d0931287cb71a9f51.tar.gz
Alter Mesa/GL packages so that they may always be installed if
X11PREFIX != X11BASE (xpkgwedge is installed). Introduce a new variable MESA_REQD that defaults to "3.4.2" and represents the version of Mesa/GL needed by a package. MESA_REQD is intended to be used by package Makefiles or by buildlink2.mk files. It should now be possible to update this package to the latest release (5.0), and have it work on: * XF86-3.x with or without xpkgwedge * XF86-4.x with xpkgwedge
Diffstat (limited to 'graphics/Mesa/Makefile')
-rw-r--r--graphics/Mesa/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile
index 328fc6a12b2..06341c1ebb5 100644
--- a/graphics/Mesa/Makefile
+++ b/graphics/Mesa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2002/08/25 18:38:54 jlam Exp $
+# $NetBSD: Makefile,v 1.45 2002/11/18 07:49:24 jlam Exp $
#
PKGNAME= Mesa-${MESA_VERSION}
@@ -13,9 +13,7 @@ CONFLICTS= Mesa-glx-[0-9]*
.include "Makefile.common"
-BUILDLINK_DEPENDS.MesaLib= MesaLib-${MESA_VERSION}
-BUILDLINK_DEPENDS.glu= glu-${MESA_VERSION}
-BUILDLINK_DEPENDS.glut= glut-${MESA_VERSION}
+MESA_REQD= ${MESA_VERSION}
USE_BUILDLINK2= yes