diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-06-29 01:48:56 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-06-29 01:48:56 +0000 |
commit | e157419a1c443642dc5d2cfd684e236376604989 (patch) | |
tree | 58f05fcc6956d94956f59a5731fc705e69578f88 | |
parent | 48f37253de4faa3de32b38c2e46b682ba307010f (diff) | |
download | pkgsrc-e157419a1c443642dc5d2cfd684e236376604989.tar.gz |
Add lib/python1.5/config/Setup.tk.
This config file help program compile with py-Tk.
-rw-r--r-- | x11/py-Tk/Makefile | 5 | ||||
-rw-r--r-- | x11/py-Tk/pkg/PLIST | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile index 676511e304d..f8329ccff9e 100644 --- a/x11/py-Tk/Makefile +++ b/x11/py-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/04/26 19:30:27 garbled Exp $ +# $NetBSD: Makefile,v 1.12 1999/06/29 01:48:56 sakamoto Exp $ # DISTNAME= py152 @@ -22,7 +22,7 @@ ALL_TARGET= default EXTRACT_ELEMENTS= Python-1.5.2/Modules/_tkinter.c \ Python-1.5.2/Modules/tkappinit.c -PYTHON_CONFIGDIR= ${LOCALBASE}/lib/python1.5/config/ +PYTHON_CONFIGDIR= ${LOCALBASE}/lib/python1.5/config .if ${MACHINE_ARCH} == "sparc64" IGNORE="Needs dynamic loading" @@ -38,5 +38,6 @@ do-configure: do-install: ${INSTALL_DATA} ${WRKSRC}/_tkinter.so ${LOCALBASE}/lib/python1.5/lib-dynload + ${INSTALL_DATA} ${WRKSRC}/Setup.in ${PYTHON_CONFIGDIR}/Setup.tk .include "../../mk/bsd.pkg.mk" diff --git a/x11/py-Tk/pkg/PLIST b/x11/py-Tk/pkg/PLIST index 0c4ddd42627..b18a6ee4024 100644 --- a/x11/py-Tk/pkg/PLIST +++ b/x11/py-Tk/pkg/PLIST @@ -1,2 +1,3 @@ -@comment $NetBSD: PLIST,v 1.2 1998/05/15 21:33:45 tron Exp $ +@comment $NetBSD: PLIST,v 1.3 1999/06/29 01:48:57 sakamoto Exp $ lib/python1.5/lib-dynload/_tkinter.so +lib/python1.5/config/Setup.tk |