aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/graphviz
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2007-03-26 03:07:06 +0800
committerdinoex <dinoex@FreeBSD.org>2007-03-26 03:07:06 +0800
commit0c3cdc770af9e69b9c4b812b3eb8383f6b2f0ea7 (patch)
treee1802bbd86b39264e4ba3261304615cddf69113c /graphics/graphviz
parentd625edc3e6c64fb9512bc109d097c94a01d0dc60 (diff)
downloadfreebsd-ports-gnome-0c3cdc770af9e69b9c4b812b3eb8383f6b2f0ea7.tar.gz
freebsd-ports-gnome-0c3cdc770af9e69b9c4b812b3eb8383f6b2f0ea7.tar.zst
freebsd-ports-gnome-0c3cdc770af9e69b9c4b812b3eb8383f6b2f0ea7.zip
- chase tcl/tk changes
Diffstat (limited to 'graphics/graphviz')
-rw-r--r--graphics/graphviz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 8d86a5769717..1c0628b15d4d 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -80,7 +80,7 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS}" \
MISSING=${TRUE}
.if !defined(WITHOUT_TK)
-USE_TK= 84
+USE_TK_BUILD= 84
.include "${PORTSDIR}/Mk/bsd.tcl.mk"
CONFIGURE_ARGS+= --with-tclsh=${TCLSH} \
--with-wish=${WISH}
@@ -89,7 +89,7 @@ CONFIGURE_ENV+= TCLCONFIG="${TCL_LIBDIR}/tclConfig.sh" \
MANN= gdtclft.n tcldot.n tkspline.n
.else
.if defined(WITH_TCL)
-USE_TCL= 84
+USE_TCL_BUILD= 84
.include "${PORTSDIR}/Mk/bsd.tcl.mk"
CONFIGURE_ARGS+= --with-tclsh=${TCLSH}
CONFIGURE_ENV+= TCLCONFIG="${TCL_LIBDIR}/tclConfig.sh"