summaryrefslogtreecommitdiff
path: root/graphics/py-opengl
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-28 18:32:45 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-28 18:32:45 +0000
commitbc087374d35aa9c841dd63d44e9c9697702921ed (patch)
tree9bfffecdf0e79fc2f3af0e2a2f1044536ad164ca /graphics/py-opengl
parentgcc 2.95 requires us to be explicit about the return type of functions. (diff)
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Notes
Notes: svn path=/head/; revision=23474
Diffstat (limited to 'graphics/py-opengl')
-rw-r--r--graphics/py-opengl/Makefile2
-rw-r--r--graphics/py-opengl/files/Setup.add.togl4
-rw-r--r--graphics/py-opengl/files/Setup.base4
3 files changed, 5 insertions, 5 deletions
diff --git a/graphics/py-opengl/Makefile b/graphics/py-opengl/Makefile
index ae645b573f04..c6fff53f21a0 100644
--- a/graphics/py-opengl/Makefile
+++ b/graphics/py-opengl/Makefile
@@ -43,7 +43,7 @@ SETUP_FILES= ${FILESDIR}/Setup.base
WITH_TOGL?= yes
.if defined(WITH_TOGL) && $(WITH_TOGL) == yes
SETUP_FILES+= ${FILESDIR}/Setup.add.togl
-LIB_DEPENDS+= tk80.1:${PORTSDIR}/x11-toolkits/tk80
+LIB_DEPENDS+= tk82.1:${PORTSDIR}/x11-toolkits/tk82
.endif
.include <bsd.port.pre.mk>
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 \