diff options
author | agc <agc@pkgsrc.org> | 2007-01-03 07:54:58 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2007-01-03 07:54:58 +0000 |
commit | 1bbb7609b7ecd8154be459532602ef1dd823f75a (patch) | |
tree | 0c6871da4a5f98a4dc0f1130b0742c30e497e55c /math | |
parent | 75c02da60cc44acf8ba36cc9c27fe5b0b968f4e3 (diff) | |
download | pkgsrc-1bbb7609b7ecd8154be459532602ef1dd823f75a.tar.gz |
Add and enable fgmp
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 55c1faeaa28..71fa63e5f7f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.153 2006/11/19 04:57:13 obache Exp $ +# $NetBSD: Makefile,v 1.154 2007/01/03 07:54:58 agc Exp $ # COMMENT= Mathematics @@ -60,6 +60,7 @@ SUBDIR+= fftpack SUBDIR+= fftw SUBDIR+= fftw2 SUBDIR+= fftwf +SUBDIR+= fgmp SUBDIR+= galculator SUBDIR+= gap SUBDIR+= gcalctool |