diff options
author | jwise <jwise@pkgsrc.org> | 2000-10-26 19:24:45 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-10-26 19:24:45 +0000 |
commit | 7c43e00612a0155829b5d2a9374dfc311707c7a9 (patch) | |
tree | 590e6475651e2f1de28d073dc59098de14ba3c60 /x11/py-Tk/Makefile | |
parent | 1cae14c6a0d228502565f9fcd30e2a86bc92c526 (diff) | |
download | pkgsrc-7c43e00612a0155829b5d2a9374dfc311707c7a9.tar.gz |
Remove explicit dependency on tcl-*, as it is pulled in by tk. Also, change
tk dependency to tk>=8.3.2, as a.) a dependency on tk-* would match
tk-postgresql and other packages, and b.) the layout of the tcl packages
changed slightly in 8.3.2, so older versions will not work without modifications
to this package.
Diffstat (limited to 'x11/py-Tk/Makefile')
-rw-r--r-- | x11/py-Tk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile index 258ba47b855..4ccaac7f64a 100644 --- a/x11/py-Tk/Makefile +++ b/x11/py-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/10/22 20:01:51 tsarna Exp $ +# $NetBSD: Makefile,v 1.16 2000/10/26 19:24:45 jwise Exp $ # DISTNAME= ${PY_DISTNAME} @@ -9,8 +9,7 @@ MASTER_SITES= ${PY_MASTER_SITES} MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://www.python.org/topics/tkinter/ -DEPENDS+= tk-*:../../x11/tk -DEPENDS+= tcl-*:../../lang/tcl +DEPENDS+= tk>=8.3.2:../../x11/tk USE_X11= yes WRKSRC= ${PY_WRKSRC} |