diff options
author | jtb <jtb@pkgsrc.org> | 2000-11-28 00:31:14 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2000-11-28 00:31:14 +0000 |
commit | ad16ed24e42fb072a718ec13e2e4cbb5eed29d99 (patch) | |
tree | e23c221614bd9ed1776debc33530ca4c22994c7a | |
parent | d00caff69356f2197f3c6dd6e7c4e6cd2d1c1dbf (diff) | |
download | pkgsrc-ad16ed24e42fb072a718ec13e2e4cbb5eed29d99.tar.gz |
Add and enable new "slatec" package. Fixes PR pkg/11369 by Jason Beegan.
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 65489c0963e..b693b2cde7f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2000/11/26 23:37:33 jtb Exp $ +# $NetBSD: Makefile,v 1.30 2000/11/28 00:31:14 jtb Exp $ # FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp # @@ -24,6 +24,7 @@ SUBDIR += randlib SUBDIR += sc SUBDIR += scilab + SUBDIR += slatec SUBDIR += vista SUBDIR += xldlas SUBDIR += xlispstat |