aboutsummaryrefslogtreecommitdiffstats
path: root/x11/XFree86
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2000-05-19 03:54:46 +0800
committerMike Smith <msmith@FreeBSD.org>2000-05-19 03:54:46 +0800
commit072b14dc80397365bf07c2237dc828a2e9aeab01 (patch)
treed3db6d50987b38d20b38fb896769053f649f0ef8 /x11/XFree86
parent7b57b88d67f414b7cee3e2742d7ae74a11c642a1 (diff)
downloadfreebsd-ports-gnome-072b14dc80397365bf07c2237dc828a2e9aeab01.tar.gz
freebsd-ports-gnome-072b14dc80397365bf07c2237dc828a2e9aeab01.tar.zst
freebsd-ports-gnome-072b14dc80397365bf07c2237dc828a2e9aeab01.zip
If we have tcl/tk, build XF86Setup. This makes the package work.
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.