diff options
author | kris <kris@FreeBSD.org> | 2002-04-27 17:45:31 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-04-27 17:45:31 +0800 |
commit | 92296b851f99dde771d4e6fa5630165173e4dc38 (patch) | |
tree | 6ad7dfa4c5cee759b58c8468d08383b39b9458fc /math/Makefile | |
parent | 3bdc642bb7071db189865b1f05dffd77e94984b0 (diff) | |
download | freebsd-ports-gnome-92296b851f99dde771d4e6fa5630165173e4dc38.tar.gz freebsd-ports-gnome-92296b851f99dde771d4e6fa5630165173e4dc38.tar.zst freebsd-ports-gnome-92296b851f99dde771d4e6fa5630165173e4dc38.zip |
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/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index f6464160f649..b9f037463164 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 |