diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-09-16 07:08:40 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-09-16 07:08:40 +0000 |
commit | 1daffec3bdf96d39c5deebf9f203f16858ef4f10 (patch) | |
tree | 8029dff547d5ed6f8483b29a4cfe4a738919ae9a /math | |
parent | 2b4ca0d2c493fa49191bd6a96d4ce3880702ac47 (diff) | |
download | ports-1daffec3bdf96d39c5deebf9f203f16858ef4f10.tar.gz ports-1daffec3bdf96d39c5deebf9f203f16858ef4f10.zip |
Activate femlab.
Notes
Notes:
svn path=/head/; revision=7926
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 6a8bfc0be0c7..ca180df6e1a4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.30 1997/06/18 12:16:03 tg Exp $ +# $Id: Makefile,v 1.31 1997/06/21 20:51:44 max Exp $ # SUBDIR += Scilab @@ -7,6 +7,7 @@ SUBDIR += calc SUBDIR += calctool SUBDIR += eispack + SUBDIR += femlab SUBDIR += fftpack SUBDIR += freefem SUBDIR += fudgit |