diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-07 01:17:34 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-07 01:17:34 +0800 |
commit | f7a2f7a4129eb8f993dfb98ccfe851a99159d903 (patch) | |
tree | 2474869cdf9a1d20487c2f9672bbff97214a7ccf /math | |
parent | 9c269f9c923e71c355838d4588313b3f97f375fa (diff) | |
download | freebsd-ports-graphics-f7a2f7a4129eb8f993dfb98ccfe851a99159d903.tar.gz freebsd-ports-graphics-f7a2f7a4129eb8f993dfb98ccfe851a99159d903.tar.zst freebsd-ports-graphics-f7a2f7a4129eb8f993dfb98ccfe851a99159d903.zip |
add cwtex to chinese/Makefile
add libgmp-freebsd (repo-copy from libgmp) & libgmp4 (repo-copy from libgmpe)
to math/Makefile
Noted by: Dan Langille <dan@langille.org>
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index ff73a73251f..8c3e4bf000f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -47,7 +47,9 @@ SUBDIR += kseg SUBDIR += lapack SUBDIR += libgmp + SUBDIR += libgmp-freebsd SUBDIR += libgmp3 + SUBDIR += libgmp4 SUBDIR += libneural SUBDIR += libranlib SUBDIR += linalg |