summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoratatat <atatat>2003-04-30 04:05:48 +0000
committeratatat <atatat>2003-04-30 04:05:48 +0000
commit847bc6db05ef3b781bcdc25e3ec3f5217842d403 (patch)
treecc78cfc3a57927b2ee02f5053cc0938d2d6c5dc2 /graphics
parent78142136d992eb64e57d48f32c3a72447a60c13f (diff)
downloadpkgsrc-847bc6db05ef3b781bcdc25e3ec3f5217842d403.tar.gz
Actually, Mesa's Makefile.common seems like a much better place for
MESA_REQD, and it works much better, too. :)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Mesa/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common
index bcf8e3e9360..b7c3d843494 100644
--- a/graphics/Mesa/Makefile.common
+++ b/graphics/Mesa/Makefile.common
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile.common,v 1.10 2003/03/28 09:42:32 jmc Exp $
+# $NetBSD: Makefile.common,v 1.11 2003/04/30 04:05:49 atatat Exp $
# Latest is: 5.0
# Default is: 5.0
+MESA_REQD?= 5.0
MESA_VERSION= ${MESA_REQD}
DISTNAME?= MesaLib-${MESA_VERSION}