diff options
author | tg <tg@FreeBSD.org> | 1997-02-14 08:54:02 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-02-14 08:54:02 +0000 |
commit | 1859cad14ed3b348842854278b0e50b9e5f35233 (patch) | |
tree | 8fad239740b62c5751577b12ae0007cdf23f25fa /math | |
parent | 50b2a7523752a429340ddbf865084bca3ba493a1 (diff) | |
download | FreeBSD-ports-1859cad14ed3b348842854278b0e50b9e5f35233.zip FreeBSD-ports-1859cad14ed3b348842854278b0e50b9e5f35233.tar.gz |
Activate fftpack.
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 d11c173..467b083 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.21 1997/01/11 11:39:44 asami Exp $ +# $Id: Makefile,v 1.22 1997/01/24 12:32:35 max Exp $ # SUBDIR += blas SUBDIR += calc SUBDIR += calctool SUBDIR += eispack + SUBDIR += fftpack SUBDIR += freefem SUBDIR += fudgit SUBDIR += gnuplot |