summaryrefslogtreecommitdiff
path: root/x11/py-Tk
diff options
context:
space:
mode:
authordrochner <drochner>2002-01-22 18:08:01 +0000
committerdrochner <drochner>2002-01-22 18:08:01 +0000
commitc18a5e36daa7d8b24285fb920a02ebf986291aef (patch)
tree352e1c70730131048820f194c4712391d6a82f9c /x11/py-Tk
parent85d62b3e2fefd97efbaf327001585c83e8c4b790 (diff)
downloadpkgsrc-c18a5e36daa7d8b24285fb920a02ebf986291aef.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')
-rw-r--r--x11/py-Tk/Makefile4
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"