From c38a68a88b5deec0fa8ba6a631df65bef4cdd4a3 Mon Sep 17 00:00:00 2001 From: mm Date: Sat, 14 Feb 2009 21:33:25 +0000 Subject: - Fix USE_TCL to 84 --- math/mpexpr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math') diff --git a/math/mpexpr/Makefile b/math/mpexpr/Makefile index 849bd09c02a9..bfcc7289d558 100644 --- a/math/mpexpr/Makefile +++ b/math/mpexpr/Makefile @@ -16,8 +16,8 @@ COMMENT= Multiple precision math for Tcl WRKSRC= ${WRKDIR}/${DISTNAME}/unix PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} -USE_TCL= yes -USE_TCL_BUILD= yes +USE_TCL= 84 +USE_TCL_BUILD= 84 GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --prefix=${PREFIX} -- cgit