diff options
author | knu <knu@FreeBSD.org> | 2001-12-22 05:23:28 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-12-22 05:23:28 +0800 |
commit | 7568ee6ed7315ac08b4c1f6689d4ffd3be30a55a (patch) | |
tree | 779767927f07c1c79174050b8083dadfde5112f6 /math/Makefile | |
parent | 992b8c1d51e6def34d985046f3b1d544ed3e02cb (diff) | |
download | freebsd-ports-gnome-7568ee6ed7315ac08b4c1f6689d4ffd3be30a55a.tar.gz freebsd-ports-gnome-7568ee6ed7315ac08b4c1f6689d4ffd3be30a55a.tar.zst freebsd-ports-gnome-7568ee6ed7315ac08b4c1f6689d4ffd3be30a55a.zip |
Add ruby-gsl, a Ruby extension library for GSL (GNU Scientific
Library).
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 c87257017606..e1f1cfabe2a3 100644 --- a/math/Makefile +++ b/math/Makefile @@ -110,6 +110,7 @@ SUBDIR += ruby-bigfloat SUBDIR += ruby-bitvector SUBDIR += ruby-gnuplot + SUBDIR += ruby-gsl SUBDIR += ruby-math3d SUBDIR += ruby-narray SUBDIR += sc |