diff options
author | kris <kris@FreeBSD.org> | 2002-04-27 18:37:40 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-04-27 18:37:40 +0800 |
commit | 5653c51b42d92dcd6aaf89d55ac5e6658381e516 (patch) | |
tree | 958f003e93ddc97bb549256018eda52b36d2d995 /math/Makefile | |
parent | 853260682660e0fa015a81a0e086790bf4012de6 (diff) | |
download | freebsd-ports-gnome-5653c51b42d92dcd6aaf89d55ac5e6658381e516.tar.gz freebsd-ports-gnome-5653c51b42d92dcd6aaf89d55ac5e6658381e516.tar.zst freebsd-ports-gnome-5653c51b42d92dcd6aaf89d55ac5e6658381e516.zip |
Put back libgmp and remove libgmp-freebsd instead, because
ijliao did not fix up dependencies after his repo-copy.
Another pointy hat to: ijliao
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index b9f037463164..3b123192b0cd 100644 --- a/math/Makefile +++ b/math/Makefile @@ -46,7 +46,7 @@ SUBDIR += javanns SUBDIR += kseg SUBDIR += lapack - SUBDIR += libgmp-freebsd + SUBDIR += libgmp SUBDIR += libgmp3 SUBDIR += libgmp4 SUBDIR += libneural |