diff options
author | agc <agc> | 2007-01-03 07:54:58 +0000 |
---|---|---|
committer | agc <agc> | 2007-01-03 07:54:58 +0000 |
commit | a13bbbd044d7c0ee09a5761696a2b5f180cdf5e4 (patch) | |
tree | 0c6871da4a5f98a4dc0f1130b0742c30e497e55c /math | |
parent | 9e88af5ea22e6985b84eca5140705b8bcdad52aa (diff) | |
download | pkgsrc-a13bbbd044d7c0ee09a5761696a2b5f180cdf5e4.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 |