summaryrefslogtreecommitdiff
path: root/x11/py-Tk
diff options
context:
space:
mode:
authorjwise <jwise>2000-10-26 19:24:45 +0000
committerjwise <jwise>2000-10-26 19:24:45 +0000
commita937de8f28c158037004b6629edeb7150116e5ae (patch)
tree590e6475651e2f1de28d073dc59098de14ba3c60 /x11/py-Tk
parentbe9bd457d5786703634b2f659038d0bb67a1b30c (diff)
downloadpkgsrc-a937de8f28c158037004b6629edeb7150116e5ae.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')
-rw-r--r--x11/py-Tk/Makefile5
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}