diff options
author | gdt <gdt@pkgsrc.org> | 2019-06-17 00:36:10 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2019-06-17 00:36:10 +0000 |
commit | b85ddbcca057c0284c43b4468503a2858fe0ffd6 (patch) | |
tree | 95387fc54e277d2d5b3956eb4354d64540b95b95 /math/Makefile | |
parent | 439dc7b97d57ca2ea86f7380b246a182f0f8697a (diff) | |
download | pkgsrc-b85ddbcca057c0284c43b4468503a2858fe0ffd6.tar.gz |
math/: Add bc-gh
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 e93bfd90409..0a05fdfe661 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.408 2019/06/15 17:51:13 adam Exp $ +# $NetBSD: Makefile,v 1.409 2019/06/17 00:36:10 gdt Exp $ COMMENT= Mathematics @@ -98,6 +98,7 @@ SUBDIR+= antixls SUBDIR+= aribas SUBDIR+= arpack SUBDIR+= bc +SUBDIR+= bc-gh SUBDIR+= bcal SUBDIR+= blas SUBDIR+= blitz++ |