diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-06-12 11:39:33 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-06-12 11:39:33 +0000 |
commit | 2fa492ef13346b93e8ebdb0f9e5ad7f1c092e965 (patch) | |
tree | c70a4df7c12dbe4926e952209f308ebd4be75099 /x11-toolkits/py-tkinter | |
parent | e3c13eec72c652d6babcef4da8033d2efa4350f5 (diff) | |
download | ports-2fa492ef13346b93e8ebdb0f9e5ad7f1c092e965.tar.gz ports-2fa492ef13346b93e8ebdb0f9e5ad7f1c092e965.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-tkinter')
-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 |