summaryrefslogtreecommitdiff
path: root/graphics/sketch
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2003-08-13 06:36:55 +0000
committerThomas Gellekum <tg@FreeBSD.org>2003-08-13 06:36:55 +0000
commit3e91d25245455827bf9f13648884154d9964175d (patch)
treedda7f7afffb1681913daf403d8b7802d65beedd2 /graphics/sketch
parent- Update to 1.8.2: it's fix build with gcc 3.3. (diff)
Chase Tcl/Tk version to fix building.
Prompted by: kris
Notes
Notes: svn path=/head/; revision=86870
Diffstat (limited to 'graphics/sketch')
-rw-r--r--graphics/sketch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sketch/Makefile b/graphics/sketch/Makefile
index 3f11c2d17f66..31706b52afd9 100644
--- a/graphics/sketch/Makefile
+++ b/graphics/sketch/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinte
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-CONFFLAGS= --tk-autoconf --tk-flags="-I${X11BASE}/include -I${LOCALBASE}/include/tcl8.3 -I${LOCALBASE}/include/tk8.3 -L${LOCALBASE}/lib -ltk83 -ltcl83 -L${X11BASE}/lib -lX11"
+CONFFLAGS= --tk-autoconf --tk-flags="-I${X11BASE}/include -I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include/tk8.4 -L${LOCALBASE}/lib -ltk84 -ltcl84 -L${X11BASE}/lib -lX11"
SKETCHDIR= ${PREFIX}/share/sketch
SKETCHDOCDIR= ${PREFIX}/share/doc/sketch