diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-15 15:02:14 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-15 15:02:14 +0000 |
commit | c1eafb7989782f2ea81dc80e78e558c56aa2f226 (patch) | |
tree | 0865a357d2efc766ef9830e4d8eca0b96e7afa84 /math/Makefile | |
parent | 8c0396f6bf6d7be65631e467265aed9157882d13 (diff) |
Adding port math/p5-Math-SymbolicX-Complex, Complex number support for the Math::Symbolic parser
Approved by: tobez (implicit)
Notes
Notes:
svn path=/head/; revision=162441
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index acdb596d758c..c1ceac7b557d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -193,6 +193,7 @@ SUBDIR += p5-Math-Symbolic-Custom-CCompiler SUBDIR += p5-Math-Symbolic-Custom-Contains SUBDIR += p5-Math-SymbolicX-BigNum + SUBDIR += p5-Math-SymbolicX-Complex SUBDIR += p5-Math-SymbolicX-Inline SUBDIR += p5-Math-SymbolicX-ParserExtensionFactory SUBDIR += p5-Math-TrulyRandom |