diff options
author | agc <agc@pkgsrc.org> | 1999-04-01 13:36:55 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-04-01 13:36:55 +0000 |
commit | aaac4bc29e6488b978f8d5efa048fc0d2435af5e (patch) | |
tree | 75de2d3e80d2a79072516641dba5a219f3806999 /x11/py-Tk | |
parent | 7ad7d3c2713a94033f2ebed5e3ba4b7cd8451c55 (diff) | |
download | pkgsrc-aaac4bc29e6488b978f8d5efa048fc0d2435af5e.tar.gz |
Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fix
release.
Diffstat (limited to 'x11/py-Tk')
-rw-r--r-- | x11/py-Tk/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile index 3af2c53b9cb..6d15880bc38 100644 --- a/x11/py-Tk/Makefile +++ b/x11/py-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/12/18 00:42:40 tsarna Exp $ +# $NetBSD: Makefile,v 1.9 1999/04/01 13:36:57 agc Exp $ # DISTNAME= pyth151 @@ -11,14 +11,14 @@ MAINTAINER= dolecek@ics.muni.cz HOMEPAGE= http://www.python.org/topics/tkinter/ DEPENDS+= python-1.5.1:../../lang/python -DEPENDS+= tk-8.0p2:../../x11/tk80 -DEPENDS+= tcl-8.0p2:../../lang/tcl80 +DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tcl-8.0.5:../../lang/tcl80 DIST_SUBDIR= python WRKSRC= ${WRKDIR}/Python-1.5.1/Modules ALL_TARGET= default -EXTRACT_AFTER_ARGS= Python-1.5.1/Modules/_tkinter.c \ +EXTRACT_ELEMENTS= Python-1.5.1/Modules/_tkinter.c \ Python-1.5.1/Modules/tkappinit.c PYTHON_CONFIGDIR= ${LOCALBASE}/lib/python1.5/config/ |