diff options
author | jwise <jwise> | 2000-10-26 19:24:45 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-10-26 19:24:45 +0000 |
commit | fdb731fb05d4818742d079e6d5292a527274dc86 (patch) | |
tree | 590e6475651e2f1de28d073dc59098de14ba3c60 | |
parent | 954d1fad10231589e4a712acaeae839cb159786e (diff) | |
download | pkgsrc-fdb731fb05d4818742d079e6d5292a527274dc86.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.
-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} |