diff options
Diffstat (limited to 'x11/py-Tk')
-rw-r--r-- | x11/py-Tk/Makefile | 6 | ||||
-rw-r--r-- | x11/py-Tk/files/Setup.in | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile index b97369aab83..0f258e8d187 100644 --- a/x11/py-Tk/Makefile +++ b/x11/py-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/08/21 21:01:34 hubertf Exp $ +# $NetBSD: Makefile,v 1.14 2000/08/31 02:35:17 tsarna Exp $ # DISTNAME= py152 @@ -11,8 +11,8 @@ MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://www.python.org/topics/tkinter/ DEPENDS+= python-1.5.2:../../lang/python -DEPENDS+= tk-8.0.5:../../x11/tk80 -DEPENDS+= tcl-8.0.5:../../lang/tcl80 +DEPENDS+= tk-*:../../x11/tk +DEPENDS+= tcl-*:../../lang/tcl DIST_SUBDIR= python diff --git a/x11/py-Tk/files/Setup.in b/x11/py-Tk/files/Setup.in index ffca3ab2bcd..d023b73e507 100644 --- a/x11/py-Tk/files/Setup.in +++ b/x11/py-Tk/files/Setup.in @@ -1,9 +1,9 @@ -# $NetBSD: Setup.in,v 1.4 1999/04/25 21:23:49 tsarna Exp $ +# $NetBSD: Setup.in,v 1.5 2000/08/31 02:35:19 tsarna Exp $ # *shared* _tkinter _tkinter.c tkappinit.c -DWITH_APPINIT \ - -I@LOCALBASE@/include/tk8.0 -I@LOCALBASE@/include/tcl8.0 \ + -I@LOCALBASE@/include -I@LOCALBASE@/include \ -I@X11BASE@/include -L@X11BASE@/lib -lX11 -L@LOCALBASE@/lib \ - -R@X11BASE@/lib -R@LOCALBASE@/lib -ltk80 -ltcl80 + -R@X11BASE@/lib -R@LOCALBASE@/lib -ltk83 -ltcl83 |