diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-04-07 12:11:06 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-04-07 12:11:06 +0000 |
commit | bb07ff6cca86696f5867efd6a1be67c2186ce469 (patch) | |
tree | 378d7d990bf0c0057a2106368287a99ca2f32385 /math/Makefile | |
parent | New port gramofile, an audio recording utility. (diff) |
Add port for the GNU Scientific Library, a collection of routines
for numerical computing.
PR: 16741
Submitted by: "Andrew L. Neporada" <andrew@sign.chg.ru>
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 404e45d2a236..514f6800931a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -25,6 +25,7 @@ SUBDIR += gnuplot+ SUBDIR += grace SUBDIR += grpn + SUBDIR += gsl SUBDIR += hexcalc SUBDIR += lapack SUBDIR += libranlib |