summaryrefslogtreecommitdiff
path: root/x11/XFree86
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2000-05-18 19:54:46 +0000
committerMike Smith <msmith@FreeBSD.org>2000-05-18 19:54:46 +0000
commit072b14dc80397365bf07c2237dc828a2e9aeab01 (patch)
treed3db6d50987b38d20b38fb896769053f649f0ef8 /x11/XFree86
parentUpdate to vendor fix for 5-CURRENT. (diff)
If we have tcl/tk, build XF86Setup. This makes the package work.
Notes
Notes: svn path=/head/; revision=28567
Diffstat (limited to 'x11/XFree86')
-rw-r--r--x11/XFree86/scripts/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/XFree86/scripts/configure b/x11/XFree86/scripts/configure
index 735bfee3fd23..a47e1deb1fe1 100644
--- a/x11/XFree86/scripts/configure
+++ b/x11/XFree86/scripts/configure
@@ -114,6 +114,7 @@ if [ X$tkversion != X ]; then
echo "#define TclLibName tcl$tclversion" >>$F
;;
esac
+ echo "#define BuildXF86Setup YES" >>$F
else
cat <<EOF
*** I don't see the static library for tk version $tkversion in /usr/local/lib.