diff options
author | jtb <jtb@pkgsrc.org> | 2001-01-30 02:03:40 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-01-30 02:03:40 +0000 |
commit | e121cd89c7ba7f130ed1cf58c7340bbdc09ebc7b (patch) | |
tree | b921a809378307c1b0d6671bef04366ed5ded30d /math | |
parent | 489b39e57269e50218480669efd52fd2dfa5b234 (diff) | |
download | pkgsrc-e121cd89c7ba7f130ed1cf58c7340bbdc09ebc7b.tar.gz |
Add and enable py-Scientific.
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 1d67b2a34f8..9fceac4ffe4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2001/01/29 06:14:53 jtb Exp $ +# $NetBSD: Makefile,v 1.41 2001/01/30 02:03:40 jtb Exp $ # SUBDIR += R @@ -28,6 +28,7 @@ SUBDIR += otter SUBDIR += pspp SUBDIR += py-Numeric + SUBDIR += py-Scientific SUBDIR += quadpack SUBDIR += randlib SUBDIR += sc |