diff options
author | jlam <jlam> | 2001-05-05 19:52:30 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-05 19:52:30 +0000 |
commit | cd2c344d307fe4608861c3e7b020185de01b7330 (patch) | |
tree | 13131254442147030de9aa86475931a9c1c6082c /x11 | |
parent | 0f1d590882f9b778a60d744ec57f8d87c1819a5b (diff) | |
download | pkgsrc-cd2c344d307fe4608861c3e7b020185de01b7330.tar.gz |
Change DEPENDS from tcl-8.3.2nb1 to tcl>=8.3.2.
Diffstat (limited to 'x11')
-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 a65c144bd57..82bf13eca3f 100644 --- a/x11/XF86Setup/Makefile +++ b/x11/XF86Setup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/05/05 19:51:19 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2001/05/05 19:52:30 jlam Exp $ DISTNAME= XF86Setup-3.3.6 CATEGORIES= x11 @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.xfree86.org/ COMMENT= Graphical configuration tool for XFree86 -BUILD_DEPENDS= tcl-8.3.2nb1:../../lang/tcl +BUILD_DEPENDS= tcl>=8.3.2:../../lang/tcl BUILD_DEPENDS+= tk>=8.3.2:../../x11/tk ONLY_FOR_PLATFORM= *-*-i386 |