aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-opengl/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-11-29 02:32:45 +0800
committersteve <steve@FreeBSD.org>1999-11-29 02:32:45 +0800
commit08c63c7539787146848177b39e6859b9318119c8 (patch)
tree045e72940e0580d322686df49fa5f8edfa473315 /graphics/py-opengl/files
parent775d6227a319547ad506dac9b94354b25428275c (diff)
downloadfreebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.tar.gz
freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.tar.zst
freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.zip
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'graphics/py-opengl/files')
-rw-r--r--graphics/py-opengl/files/Setup.add.togl4
-rw-r--r--graphics/py-opengl/files/Setup.base4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/py-opengl/files/Setup.add.togl b/graphics/py-opengl/files/Setup.add.togl
index 515627ecf0c3..4468da3a6f16 100644
--- a/graphics/py-opengl/files/Setup.add.togl
+++ b/graphics/py-opengl/files/Setup.add.togl
@@ -8,8 +8,8 @@ togl \
# This must match the name of the Togl source directory
-I./Togl-1.5 \
# These must match the version you have installed
- -ILOCALBASE/include/tcl8.0 -ILOCALBASE/include/tk8.0 \
- -LLOCALBASE/lib -ltk80 -ltcl80 \
+ -ILOCALBASE/include/tcl8.2 -ILOCALBASE/include/tk8.2 \
+ -LLOCALBASE/lib -ltk82 -ltcl82 \
# You'll definitely need these (or maybe edit them for MesaGL/MesaGLU:
-IX11BASE/include -LX11BASE/lib \
-lGLU -lGL \
diff --git a/graphics/py-opengl/files/Setup.base b/graphics/py-opengl/files/Setup.base
index 307813f557e8..ebd688b1b21f 100644
--- a/graphics/py-opengl/files/Setup.base
+++ b/graphics/py-opengl/files/Setup.base
@@ -57,8 +57,8 @@ _glutmodule.c # putting this at the end for \ reasons
## # This must match the name of the Togl source directory
## -I./Togl-1.5 \
## # These must match the version you have installed
-## -ILOCALBASE/include/tcl8.0 -ILOCALBASE/include/tk8.0 \
-## -LLOCALBASE/lib -ltk80 -ltcl80 \
+## -ILOCALBASE/include/tcl8.2 -ILOCALBASE/include/tk8.2 \
+## -LLOCALBASE/lib -ltk82 -ltcl82 \
## # You'll definitely need these (or maybe edit them for MesaGL/MesaGLU:
## -IX11BASE/include -LX11BASE/lib \
## -lGLU -lGL \