diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-03-05 12:07:02 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-03-05 12:07:02 +0000 |
commit | 262f9f2da7cc98118d5b515b576871eac5590d8a (patch) | |
tree | 92be334c04af497237a0d286e260f49ffa11933f /x11-toolkits/py-tkinter | |
parent | 39bea9b2979a4174445f4889a02be2e713942f90 (diff) | |
download | ports-262f9f2da7cc98118d5b515b576871eac5590d8a.tar.gz ports-262f9f2da7cc98118d5b515b576871eac5590d8a.zip |
Put back Setup for now to un-break sketch.
Notes
Notes:
svn path=/head/; revision=39083
Diffstat (limited to 'x11-toolkits/py-tkinter')
-rw-r--r-- | x11-toolkits/py-tkinter/files/Setup | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11-toolkits/py-tkinter/files/Setup b/x11-toolkits/py-tkinter/files/Setup new file mode 100644 index 000000000000..6a90582bf2da --- /dev/null +++ b/x11-toolkits/py-tkinter/files/Setup @@ -0,0 +1,8 @@ +*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 |