forked from Lainports/freebsd-ports
Libraries and header files are included to allow the creation of custom applications in C, C++, Perl5, Tcl, Java, and Python (not all are enabled in this port).
11 lines
365 B
Text
11 lines
365 B
Text
--- Makefile.in Tue Oct 7 07:55:21 1997
|
|
+++ Makefile.in Mon Nov 24 00:13:27 1997
|
|
@@ -19,7 +19,7 @@
|
|
# Include directives needed to compile with Tcl & Tk, and
|
|
# -DTCL if Tcl is available, and
|
|
# -DTK if Tk is available.
|
|
-TCLTK_FLAGS = @TCLTKFLAGS@
|
|
+TCLTK_FLAGS = @TCLTKFLAGS@ -I/usr/X11R6/include
|
|
|
|
# Libraries needed to link with GNU readline
|
|
RLLIBS = @RLLIBS@
|