diff options
author | jtb <jtb@pkgsrc.org> | 2000-11-26 17:55:19 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2000-11-26 17:55:19 +0000 |
commit | 7564c9b2e91db34eb1a370f981edeaf07a7ea048 (patch) | |
tree | acd9b9417bc59ec0c80f9975374607a458eff216 /math/Makefile | |
parent | 8d931a078a99c091c2cee2b00c545c420312021e (diff) | |
download | pkgsrc-7564c9b2e91db34eb1a370f981edeaf07a7ea048.tar.gz |
Add and enable "randlib". Fixes PR pkg/11370 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 26a79864ace..12e0eaa67e5 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2000/11/25 20:00:36 jtb Exp $ +# $NetBSD: Makefile,v 1.27 2000/11/26 17:55:19 jtb Exp $ # FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp # @@ -19,6 +19,7 @@ SUBDIR += otter SUBDIR += pspp SUBDIR += py-Numeric + SUBDIR += randlib SUBDIR += sc SUBDIR += scilab SUBDIR += vista |