summaryrefslogtreecommitdiff
path: root/mk
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 /mk
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. :)
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk5
1 files changed, 1 insertions, 4 deletions
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