mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
9b844bc2fc
PR: ports/80770 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
12 lines
435 B
Plaintext
12 lines
435 B
Plaintext
--- bindings/tk/Makefile.in.orig Thu Apr 21 05:35:23 2005
|
|
+++ bindings/tk/Makefile.in Sun May 8 12:19:29 2005
|
|
@@ -467,7 +467,7 @@
|
|
with_qhull_TRUE = @with_qhull_TRUE@
|
|
with_rpath_FALSE = @with_rpath_FALSE@
|
|
with_rpath_TRUE = @with_rpath_TRUE@
|
|
-tcldir = $(TCL_DIR)
|
|
+@enable_tk_TRUE@tcldir = $(TCL_DIR)
|
|
libplplottcltk = $(top_builddir)/bindings/tcl/libplplottcltk$(LIB_TAG).la
|
|
libplplot = $(top_builddir)/src/libplplot$(LIB_TAG).la
|
|
|