diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-03-07 15:09:03 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-03-07 15:09:03 +0800 |
commit | ba35b7f23597b8acfe0335749fd52171bc14c0c5 (patch) | |
tree | f0a525e15043f3984189b1938afd2a3232efaccf /math/Makefile | |
parent | f5d4d2d1d7ec244f2b2ebcb115c704ac7a642f4b (diff) | |
download | freebsd-ports-gnome-ba35b7f23597b8acfe0335749fd52171bc14c0c5.tar.gz freebsd-ports-gnome-ba35b7f23597b8acfe0335749fd52171bc14c0c5.tar.zst freebsd-ports-gnome-ba35b7f23597b8acfe0335749fd52171bc14c0c5.zip |
add GiNaC, a C++ library for symbolic mathematical calculations
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 6cb8fd742486..df963866fd80 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ # + SUBDIR += GiNaC SUBDIR += PDL SUBDIR += R-a4 SUBDIR += R-letter |