diff options
author | agc <agc> | 1998-08-07 14:58:43 +0000 |
---|---|---|
committer | agc <agc> | 1998-08-07 14:58:43 +0000 |
commit | 1ebd241004236fbfb33093b85e0c5153c7f89861 (patch) | |
tree | 7abeefc7136f5acd1170e41a01a194c94ab5efa9 /x11 | |
parent | 81f6fe110ab17a562e7e28f3bda3ad04e9651cbd (diff) | |
download | pkgsrc-1ebd241004236fbfb33093b85e0c5153c7f89861.tar.gz |
Add NetBSD RCS Ids.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-Tk/files/Setup.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/py-Tk/files/Setup.in b/x11/py-Tk/files/Setup.in index b7d0dc6237d..d1d5af8fb05 100644 --- a/x11/py-Tk/files/Setup.in +++ b/x11/py-Tk/files/Setup.in @@ -1,2 +1,4 @@ +# $NetBSD: Setup.in,v 1.3 1998/08/07 14:58:44 agc Exp $ +# *shared* _tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I@LOCALBASE@/include/tk8.0 -I@LOCALBASE@/include/tcl8.0 -I@X11BASE@/include -L@X11BASE@/lib -lX11 -L@LOCALBASE@/lib -ltk80 -ltcl80 |