diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-29 00:31:18 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-29 00:31:18 +0800 |
commit | 668ec9dc6d698f06cbeb6155d2c39325564306b0 (patch) | |
tree | 8dc4ea3df60a340af7e990e9562b13d0a9d2eac8 /math/Makefile | |
parent | b97b358f4b66b78728c9c180b997276982237491 (diff) | |
download | freebsd-ports-gnome-668ec9dc6d698f06cbeb6155d2c39325564306b0.tar.gz freebsd-ports-gnome-668ec9dc6d698f06cbeb6155d2c39325564306b0.tar.zst freebsd-ports-gnome-668ec9dc6d698f06cbeb6155d2c39325564306b0.zip |
Add libgmp 2001.08.07, a library for arbitrary precision arithmetic.
Note: This package contains version the the library just before it was
removed from the FreeBSD base system (5-CURRENT, mid-August 2001) and it is
provided solely for compatibility with packages that require it.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 822c50fbe425..567a78188902 100644 --- a/math/Makefile +++ b/math/Makefile @@ -39,6 +39,7 @@ SUBDIR += guppi SUBDIR += hexcalc SUBDIR += lapack + SUBDIR += libgmp SUBDIR += libgmp3 SUBDIR += libneural SUBDIR += libranlib |