diff options
author | jtb <jtb@pkgsrc.org> | 2000-11-30 01:28:08 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2000-11-30 01:28:08 +0000 |
commit | d4f216130652e693aedcaabe52e441d54989030a (patch) | |
tree | a408ad7b3079420381de5ca21568cfda4d0aaad8 /math/Makefile | |
parent | ef92adaa93456123ac9305bdbe3aa5ba8d3ea171 (diff) | |
download | pkgsrc-d4f216130652e693aedcaabe52e441d54989030a.tar.gz |
Add and enable "quadpack". Fixes PR pkg/11367 by Jason Beegan.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index b0acea95fae..3856a12c2e9 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2000/11/30 00:54:16 jtb Exp $ +# $NetBSD: Makefile,v 1.33 2000/11/30 01:28:08 jtb Exp $ # FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp # @@ -23,6 +23,7 @@ SUBDIR += otter SUBDIR += pspp SUBDIR += py-Numeric + SUBDIR += quadpack SUBDIR += randlib SUBDIR += sc SUBDIR += scilab |