diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2003-08-13 06:36:55 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2003-08-13 06:36:55 +0000 |
commit | 3e91d25245455827bf9f13648884154d9964175d (patch) | |
tree | dda7f7afffb1681913daf403d8b7802d65beedd2 /graphics/skencil/Makefile | |
parent | 073afee03c37aac2531de5db121322e9b24ef09a (diff) | |
download | ports-3e91d25245455827bf9f13648884154d9964175d.tar.gz ports-3e91d25245455827bf9f13648884154d9964175d.zip |
Notes
Diffstat (limited to 'graphics/skencil/Makefile')
-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 |