diff options
author | mm <mm@FreeBSD.org> | 2009-02-15 19:11:40 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-02-15 19:11:40 +0800 |
commit | 38f09e6ac8246100973645db46cb061f732d480b (patch) | |
tree | d176ff0ec92f0d62f4a889effe35137b12ffa251 /textproc | |
parent | d6aea4df62eb3720e008af08ba9c411034d09601 (diff) | |
download | freebsd-ports-gnome-38f09e6ac8246100973645db46cb061f732d480b.tar.gz freebsd-ports-gnome-38f09e6ac8246100973645db46cb061f732d480b.tar.zst freebsd-ports-gnome-38f09e6ac8246100973645db46cb061f732d480b.zip |
- Change USE_TCL from YES to 84 due to planned default tcl change
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/cost/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/cost/Makefile b/textproc/cost/Makefile index e483a5efc9d3..5aa0f1ef17a4 100644 --- a/textproc/cost/Makefile +++ b/textproc/cost/Makefile @@ -14,8 +14,8 @@ MASTER_SITES= http://www.flightlab.com/~joe/cost/ MAINTAINER= carpetsmoker@xs4all.nl COMMENT= SGML/XML application programming tool -USE_TCL= yes -USE_TCL_BUILD= yes +USE_TCL= 84 +USE_TCL_BUILD= 84 WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= YES CONFIGURE_ARGS+=--with-tcl=${LOCALBASE}/lib/tcl8.4 \ |