diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-02-15 11:11:40 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-02-15 11:11:40 +0000 |
commit | 54e0f0987240feb8d4987596cb3b48dca2719df9 (patch) | |
tree | a06bd449e3e22cce9e793fd4c20a29d7a8bd4e69 /textproc | |
parent | 9ccbf528f5972bd2c9e8b9ebe9c44fd650c3b6c8 (diff) | |
download | ports-54e0f0987240feb8d4987596cb3b48dca2719df9.tar.gz ports-54e0f0987240feb8d4987596cb3b48dca2719df9.zip |
Notes
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 \ |