diff options
author | jtb <jtb@pkgsrc.org> | 2000-12-10 05:13:49 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2000-12-10 05:13:49 +0000 |
commit | c9689552b662250b1d4dee8580577d720f231ae3 (patch) | |
tree | e095bf03efa033a6f857a927b964b2863de2230d /math | |
parent | 5cd0a0c6a455466b74a9e5cc5a08b9ac9254e197 (diff) | |
download | pkgsrc-c9689552b662250b1d4dee8580577d720f231ae3.tar.gz |
Add and enable "minpack". Fixes PR pkg/11390 by Jason Beegan.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 05b0d251ce4..2cf6a5e698b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2000/12/10 04:11:45 jtb Exp $ +# $NetBSD: Makefile,v 1.37 2000/12/10 05:13:49 jtb Exp $ # FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp # @@ -21,6 +21,7 @@ SUBDIR += libffm SUBDIR += mcsim SUBDIR += meschach + SUBDIR += minpack SUBDIR += octave SUBDIR += odepack SUBDIR += otter |