diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-05 19:51:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-05 19:51:13 +0000 |
commit | 022d07a5368497c263164eed27848d421b02336a (patch) | |
tree | 498f9ff3486fd89c83daf11581a2f30431077b10 /x11/XF86Setup | |
parent | 966fe08a1693257bff873ed5fa9010e0da5c71ae (diff) | |
download | pkgsrc-022d07a5368497c263164eed27848d421b02336a.tar.gz |
Mechanical changes of tk DEPENDS:
tk-8.3.2 -> tk>=8.3.2
tk-[0-9]* -> tk>=8.0
tk-8.* -> tk>=8.0
Diffstat (limited to 'x11/XF86Setup')
-rw-r--r-- | x11/XF86Setup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/XF86Setup/Makefile b/x11/XF86Setup/Makefile index 16ab7309345..a65c144bd57 100644 --- a/x11/XF86Setup/Makefile +++ b/x11/XF86Setup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2001/04/30 15:06:26 tron Exp $ +# $NetBSD: Makefile,v 1.20 2001/05/05 19:51:19 jlam Exp $ DISTNAME= XF86Setup-3.3.6 CATEGORIES= x11 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.xfree86.org/ COMMENT= Graphical configuration tool for XFree86 BUILD_DEPENDS= tcl-8.3.2nb1:../../lang/tcl -BUILD_DEPENDS+= tk-8.3.2:../../x11/tk +BUILD_DEPENDS+= tk>=8.3.2:../../x11/tk ONLY_FOR_PLATFORM= *-*-i386 |