diff options
author | markd <markd@pkgsrc.org> | 2012-03-20 05:26:59 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2012-03-20 05:26:59 +0000 |
commit | 1e40ed128ec416a90bc54e362f6d1564433d9a69 (patch) | |
tree | 1fd82d4a998b370c4e15d3d61456702f0a604cc8 /math | |
parent | a9599daa331888efddc2de8709f6742b4b8bf173 (diff) | |
download | pkgsrc-1e40ed128ec416a90bc54e362f6d1564433d9a69.tar.gz |
add kcalc
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 ab6d6c34c00..e4b99d876a8 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.224 2012/02/27 12:47:26 reinoud Exp $ +# $NetBSD: Makefile,v 1.225 2012/03/20 05:26:59 markd Exp $ COMMENT= Mathematics @@ -99,6 +99,7 @@ SUBDIR+= gtklife SUBDIR+= heirloom-factor SUBDIR+= heirloom-units SUBDIR+= itpp +SUBDIR+= kcalc SUBDIR+= kseg SUBDIR+= lapack SUBDIR+= libffm |