diff options
author | jtb <jtb> | 2000-12-10 05:13:49 +0000 |
---|---|---|
committer | jtb <jtb> | 2000-12-10 05:13:49 +0000 |
commit | 8f8ebd9b169ce8465e6ddc70ae8925df5032ed1c (patch) | |
tree | e095bf03efa033a6f857a927b964b2863de2230d /math | |
parent | 76fc27826976f7429f189bf96ccff3e36151f306 (diff) | |
download | pkgsrc-8f8ebd9b169ce8465e6ddc70ae8925df5032ed1c.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 |