diff options
| author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-03-25 19:07:06 +0000 |
|---|---|---|
| committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-03-25 19:07:06 +0000 |
| commit | 8afca930665d045f553b8c4b2e014e8e456d6afd (patch) | |
| tree | bbfd137dff82bd1bbdfe3ce04f25f647371b6cc9 | |
| parent | - Update to 2.4.0-RC8 (diff) | |
- chase tcl/tk changes
Notes
Notes:
svn path=/head/; revision=188314
| -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" |
