diff options
author | asami <asami@FreeBSD.org> | 1999-03-20 06:24:43 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-03-20 06:24:43 +0800 |
commit | 316c22b1acbb2329df6938e4f7b94086f5bae36d (patch) | |
tree | 83c39dbe4190f09b769281ea336b38d251d69685 /math/Makefile | |
parent | 9f38a26ab47814ce48d7c8eb66ed445d30bef8d6 (diff) | |
download | freebsd-ports-gnome-316c22b1acbb2329df6938e4f7b94086f5bae36d.tar.gz freebsd-ports-gnome-316c22b1acbb2329df6938e4f7b94086f5bae36d.tar.zst freebsd-ports-gnome-316c22b1acbb2329df6938e4f7b94086f5bae36d.zip |
Add fftw and grace.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 425173b47362..64a822b5ff0a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.56 1998/12/24 07:05:53 steve Exp $ +# $Id: Makefile,v 1.57 1999/01/26 03:44:58 steve Exp $ # SUBDIR += R-a4 @@ -15,11 +15,13 @@ SUBDIR += eval SUBDIR += femlab SUBDIR += fftpack + SUBDIR += fftw SUBDIR += freefem SUBDIR += fudgit SUBDIR += geg SUBDIR += gnumeric SUBDIR += gnuplot + SUBDIR += grace SUBDIR += hexcalc SUBDIR += lapack SUBDIR += libranlib |