summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-07-26 10:38:14 +0000
committerzuntum <zuntum@pkgsrc.org>2001-07-26 10:38:14 +0000
commitf23c10cda3fef0b3ac2af121f07f7e6d6320017c (patch)
treef096eee9be96bc44189ec46f4b2aa3470673a0fd /graphics
parenta4eeb85edd989f513b2e67ee179e45a249196540 (diff)
downloadpkgsrc-f23c10cda3fef0b3ac2af121f07f7e6d6320017c.tar.gz
Allow tcl greater than 8.3.2nb1, too.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Mesa-glx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Mesa-glx/Makefile b/graphics/Mesa-glx/Makefile
index 8f521a1fe04..ca640241d2c 100644
--- a/graphics/Mesa-glx/Makefile
+++ b/graphics/Mesa-glx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2001/04/30 04:16:10 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2001/07/26 10:38:14 zuntum Exp $
DISTNAME= glx-20000813
PKGNAME= Mesa-${DISTNAME}
@@ -15,7 +15,7 @@ COMMENT= OpenGL like graphics library with GLX hardware acceleration
BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-BUILD_DEPENDS+= tcl-8.3.2nb1:../../lang/tcl
+BUILD_DEPENDS+= tcl>=8.3.2nb1:../../lang/tcl
BROKEN= Package is outdated and has security problems.