diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-03-01 12:24:24 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-03-01 12:24:24 +0000 |
commit | ed3bc16bc4c5f489b439c3b4f9c5e42b6a731dd4 (patch) | |
tree | cbe8b754ea48cc7d22ada76867a6ed6f3b90bd7f /x11-toolkits/py-tkinter/files/Setup | |
parent | Add back some definitions for Python-1.6. Some people obviously still (diff) |
Use the py-distutils for building and installing.
Notes
Notes:
svn path=/head/; revision=38930
Diffstat (limited to 'x11-toolkits/py-tkinter/files/Setup')
-rw-r--r-- | x11-toolkits/py-tkinter/files/Setup | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/x11-toolkits/py-tkinter/files/Setup b/x11-toolkits/py-tkinter/files/Setup deleted file mode 100644 index 6a90582bf2da..000000000000 --- a/x11-toolkits/py-tkinter/files/Setup +++ /dev/null @@ -1,8 +0,0 @@ -*shared* - -# The _tkinter module. -# -# The TKPATH variable is always enabled, to save you the effort. -TKPATH=:lib-tk - -_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I${X11BASE}/include -I${PREFIX}/include/tcl8.3 -I${PREFIX}/include/tk8.3 -L${PREFIX}/lib -ltk83 -ltcl83 -L${X11BASE}/lib -lX11 |