diff options
author | tg <tg@FreeBSD.org> | 2003-08-13 14:36:55 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2003-08-13 14:36:55 +0800 |
commit | f72e2717bb32e4995117d24b8e6f3f8f5b8065b8 (patch) | |
tree | d8b1c068ae4ef529f252c93fde77667db6e01bcf /graphics/skencil | |
parent | 5f1015a1e7172aafcb40ce1d4940ce49bf28eb62 (diff) | |
download | freebsd-ports-gnome-f72e2717bb32e4995117d24b8e6f3f8f5b8065b8.tar.gz freebsd-ports-gnome-f72e2717bb32e4995117d24b8e6f3f8f5b8065b8.tar.zst freebsd-ports-gnome-f72e2717bb32e4995117d24b8e6f3f8f5b8065b8.zip |
Chase Tcl/Tk version to fix building.
Prompted by: kris
Diffstat (limited to 'graphics/skencil')
-rw-r--r-- | graphics/skencil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index 3f11c2d17f66..31706b52afd9 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/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 |