diff options
author | drochner <drochner@pkgsrc.org> | 2002-01-22 18:08:01 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-01-22 18:08:01 +0000 |
commit | ed0d030ca42ef3c6c13361717d363782f8be7c57 (patch) | |
tree | 352e1c70730131048820f194c4712391d6a82f9c /x11/py-Tk/Makefile | |
parent | 1e9bca558ff33c89b5484d198c20cff960772ce2 (diff) | |
download | pkgsrc-ed0d030ca42ef3c6c13361717d363782f8be7c57.tar.gz |
move to use lang/python20/Makefile.inc
(the pkg does only work with Python-2.0 until it is cleaned up)
Diffstat (limited to 'x11/py-Tk/Makefile')
-rw-r--r-- | x11/py-Tk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile index 67439ac0ea2..7418e7be3a8 100644 --- a/x11/py-Tk/Makefile +++ b/x11/py-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/02/17 17:06:38 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2002/01/22 18:08:01 drochner Exp $ # DISTNAME= ${PY_DISTNAME} @@ -24,5 +24,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/_tkinter.so ${PY_LIBDIR}/lib-dynload ${INSTALL_DATA} ${WRKSRC}/Setup.in ${PY_CONFIGDIR}/Setup.tk -.include "../../lang/python/Makefile.inc" +.include "../../lang/python20/Makefile.inc" .include "../../mk/bsd.pkg.mk" |