diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2021-01-14 04:06:43 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2021-01-14 04:06:43 +0000 |
commit | 1732062fcec29d06ad837f6ef5f86c7684f31bd0 (patch) | |
tree | fbeea78c3a3b3ff781c4eb510efa15e274066938 /math | |
parent | 83057a958331647c5aee51291c8ed101e0f76462 (diff) | |
download | pkgsrc-1732062fcec29d06ad837f6ef5f86c7684f31bd0.tar.gz |
sort
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index 2488c1223c6..378954ed87c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.486 2021/01/13 11:16:55 pin Exp $ +# $NetBSD: Makefile,v 1.487 2021/01/14 04:06:43 jnemeth Exp $ COMMENT= Mathematics @@ -216,8 +216,8 @@ SUBDIR+= hs-semigroups SUBDIR+= ipopt SUBDIR+= isl SUBDIR+= itpp -SUBDIR+= kalk SUBDIR+= kalgebra +SUBDIR+= kalk SUBDIR+= kcalc SUBDIR+= lapack SUBDIR+= libffm |