diff options
-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" |