diff options
author | gson <gson> | 2004-11-27 12:53:15 +0000 |
---|---|---|
committer | gson <gson> | 2004-11-27 12:53:15 +0000 |
commit | 7dbf89a774f1307c09098fefd76fa4f1fa88cca5 (patch) | |
tree | 9a834421c672357287ef5a8e9bc03f9d61e4175e /math | |
parent | 1ec1dae7f7383bfe668f74212587b949572edde9 (diff) | |
download | pkgsrc-7dbf89a774f1307c09098fefd76fa4f1fa88cca5.tar.gz |
Add and enable p5-Math-FFT.
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 20aac3094d8..a011d0e46b1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.121 2004/11/19 12:32:18 adam Exp $ +# $NetBSD: Makefile,v 1.122 2004/11/27 12:53:15 gson Exp $ # COMMENT= Mathematics @@ -66,6 +66,7 @@ SUBDIR+= odepack SUBDIR+= otter SUBDIR+= p5-Math-Bezier SUBDIR+= p5-Math-BigInteger +SUBDIR+= p5-Math-FFT SUBDIR+= p5-Math-Interpolate SUBDIR+= p5-Math-MatrixReal SUBDIR+= p5-Math-Pari |