diff options
author | kris <kris@FreeBSD.org> | 2002-04-27 09:45:31 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-04-27 09:45:31 +0000 |
commit | 92296b851f99dde771d4e6fa5630165173e4dc38 (patch) | |
tree | 6ad7dfa4c5cee759b58c8468d08383b39b9458fc /math | |
parent | 3bdc642bb7071db189865b1f05dffd77e94984b0 (diff) | |
download | FreeBSD-ports-92296b851f99dde771d4e6fa5630165173e4dc38.zip FreeBSD-ports-92296b851f99dde771d4e6fa5630165173e4dc38.tar.gz |
Remove libgmp, which is an exact duplicate of libgmp-freebsd.
libgmp probably needs to be removed, but I'll leave that to
ijliao who requested the repo copy.
Pointy hats to: ijliao, Dan Langille <dan@langille.org>
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index f646416..b9f0374 100644 --- a/math/Makefile +++ b/math/Makefile @@ -46,7 +46,6 @@ SUBDIR += javanns SUBDIR += kseg SUBDIR += lapack - SUBDIR += libgmp SUBDIR += libgmp-freebsd SUBDIR += libgmp3 SUBDIR += libgmp4 |