diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2009-12-29 13:43:18 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2009-12-29 13:43:18 +0000 |
commit | 0242a387701d15bf1a13217dcfa3867f669d9fbc (patch) | |
tree | 11e0e80e6f4e3b7602c149e264655b9eb6ade264 /math/plplot/files/patch-bindings::tk::Makefile.in | |
parent | python-nexus is a generic nexus (phylogenetics) file format(.nex, .trees) (diff) |
Upgrade to 5.9.5, required by GDL.
Notes:
- support of Gnome2 and VGAlib are now deprecated;
- support of Qt added;
- plrender is also deprecated, but we force it to build.
Many more options could be enabled, if someone needs them.
Notes
Notes:
svn path=/head/; revision=246860
Diffstat (limited to 'math/plplot/files/patch-bindings::tk::Makefile.in')
-rw-r--r-- | math/plplot/files/patch-bindings::tk::Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/plplot/files/patch-bindings::tk::Makefile.in b/math/plplot/files/patch-bindings::tk::Makefile.in deleted file mode 100644 index cf97ac73ed55..000000000000 --- a/math/plplot/files/patch-bindings::tk::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - |