summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjwise <jwise>2000-10-26 19:24:45 +0000
committerjwise <jwise>2000-10-26 19:24:45 +0000
commitfdb731fb05d4818742d079e6d5292a527274dc86 (patch)
tree590e6475651e2f1de28d073dc59098de14ba3c60 /x11
parent954d1fad10231589e4a712acaeae839cb159786e (diff)
downloadpkgsrc-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.
Diffstat (limited to 'x11')
-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}