summaryrefslogtreecommitdiff
path: root/x11/XFree86
diff options
context:
space:
mode:
Diffstat (limited to 'x11/XFree86')
-rw-r--r--x11/XFree86/scripts/configure7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/XFree86/scripts/configure b/x11/XFree86/scripts/configure
index ad5fabce1e19..f103b10daf9e 100644
--- a/x11/XFree86/scripts/configure
+++ b/x11/XFree86/scripts/configure
@@ -36,7 +36,7 @@ rm -f $F
# Tk detection
tkversion=
-for v in 42 80 81; do
+for v in 42 80 81 82; do
if [ -f /usr/local/lib/libtk$v.a ]; then
tkversion=$v
case $tkversion in
@@ -55,6 +55,11 @@ for v in 42 80 81; do
tclLversion=8.1
tkLversion=8.1
;;
+ 82)
+ tclversion=82
+ tclLversion=8.2
+ tkLversion=8.2
+ ;;
esac
fi
done