summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoratatat <atatat>2003-04-30 04:05:48 +0000
committeratatat <atatat>2003-04-30 04:05:48 +0000
commit2d2556518abdea833843188a2a5daa199e06e893 (patch)
treecc78cfc3a57927b2ee02f5053cc0938d2d6c5dc2
parent89e7178269f5df2dc1d09440ac64548c57b03a93 (diff)
downloadpkgsrc-2d2556518abdea833843188a2a5daa199e06e893.tar.gz
Actually, Mesa's Makefile.common seems like a much better place for
MESA_REQD, and it works much better, too. :)
-rw-r--r--graphics/Mesa/Makefile.common3
-rw-r--r--mk/bsd.pkg.mk5
2 files changed, 3 insertions, 5 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}
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index b30bd498d72..ffd7b73ce0a 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1176 2003/04/30 03:05:06 atatat Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1177 2003/04/30 04:05:48 atatat Exp $
#
# This file is in the public domain.
#
@@ -123,9 +123,6 @@ RESTRICTED?= uses Kerberos encryption code
BUILD_DEFS+= KERBEROS
.endif
-# Used by packages depending on an OpenGL implementation
-MESA_REQD?= 5.0
-
PERL5_REQD?= 5.0
PERL5_PKGSRCDIR?= ../../lang/perl5