diff options
author | hauke <hauke@pkgsrc.org> | 2010-05-04 14:19:36 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2010-05-04 14:19:36 +0000 |
commit | 1c190d1bbd730da788ddebe785fe049a88035e21 (patch) | |
tree | 45c5010d7964f77e86440e00a7ad252498c17d23 /math | |
parent | 7e51dfc2db8db5a0b8e89a49fd8684b5b92e2d37 (diff) | |
download | pkgsrc-1c190d1bbd730da788ddebe785fe049a88035e21.tar.gz |
Add teapot, a CLI spreadsheet application.
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 dfb193eca6b..fbff999233f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.203 2010/03/18 08:05:51 asau Exp $ +# $NetBSD: Makefile,v 1.204 2010/05/04 14:19:36 hauke Exp $ COMMENT= Mathematics @@ -184,6 +184,7 @@ SUBDIR+= speedcrunch SUBDIR+= statist SUBDIR+= superlu SUBDIR+= tasp-vsipl +SUBDIR+= teapot SUBDIR+= texdrive SUBDIR+= tochnog SUBDIR+= udunits |