diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-03-26 03:07:06 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-03-26 03:07:06 +0800 |
commit | 0c3cdc770af9e69b9c4b812b3eb8383f6b2f0ea7 (patch) | |
tree | e1802bbd86b39264e4ba3261304615cddf69113c /graphics/graphviz | |
parent | d625edc3e6c64fb9512bc109d097c94a01d0dc60 (diff) | |
download | freebsd-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/Makefile | 4 |
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" |