diff options
author | atatat <atatat@pkgsrc.org> | 2003-04-30 04:05:48 +0000 |
---|---|---|
committer | atatat <atatat@pkgsrc.org> | 2003-04-30 04:05:48 +0000 |
commit | 925c85120927cced332b7ef935069021c3656b17 (patch) | |
tree | cc78cfc3a57927b2ee02f5053cc0938d2d6c5dc2 /mk | |
parent | d9b80234b2d040ab0184b6916d5ca0aec879a4f2 (diff) | |
download | pkgsrc-925c85120927cced332b7ef935069021c3656b17.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.mk | 5 |
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 |