diff options
author | fenner <fenner@FreeBSD.org> | 1997-11-24 00:48:41 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1997-11-24 00:48:41 +0000 |
commit | bdce132eaa4bec810e21cd3fb4a86f902919c5f0 (patch) | |
tree | 772fce3135df8c1e457308c21d72f458c868a872 | |
parent | 0a618a4c8660431bedde9c380b70d132de8be6a7 (diff) | |
download | FreeBSD-ports-bdce132eaa4bec810e21cd3fb4a86f902919c5f0.zip FreeBSD-ports-bdce132eaa4bec810e21cd3fb4a86f902919c5f0.tar.gz |
Enable p5-MatrixReal
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 324a151..ff392ca 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.32 1997/09/16 07:08:40 tg Exp $ +# $Id: Makefile,v 1.33 1997/10/06 08:22:03 tg Exp $ # SUBDIR += Scilab @@ -20,6 +20,7 @@ SUBDIR += numpy SUBDIR += octave SUBDIR += oleo + SUBDIR += p5-MatrixReal SUBDIR += pari SUBDIR += plplot SUBDIR += simpack |