diff options
author | mm <mm@FreeBSD.org> | 2009-02-15 05:33:25 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-02-15 05:33:25 +0800 |
commit | c38a68a88b5deec0fa8ba6a631df65bef4cdd4a3 (patch) | |
tree | 59ef7eb219610f429e113152d642a3994f2537ef /math | |
parent | ebedaf911f2d2ccdd6c120652b7f8e00bc8d457a (diff) | |
download | freebsd-ports-gnome-c38a68a88b5deec0fa8ba6a631df65bef4cdd4a3.tar.gz freebsd-ports-gnome-c38a68a88b5deec0fa8ba6a631df65bef4cdd4a3.tar.zst freebsd-ports-gnome-c38a68a88b5deec0fa8ba6a631df65bef4cdd4a3.zip |
- Fix USE_TCL to 84
Diffstat (limited to 'math')
-rw-r--r-- | math/mpexpr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |