diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-05 18:42:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-05 18:42:15 +0000 |
commit | dd71daec6e34af2d256d03d5ce5ea2308edace28 (patch) | |
tree | 7472543ffa45b61896f32def44840a531b60e74b /math | |
parent | 338835e12c24f7931f1ee19f744cdb461e21898f (diff) | |
download | pkgsrc-dd71daec6e34af2d256d03d5ce5ea2308edace28.tar.gz |
Add libmatheval (hi drochner!)
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 cd2d2cb9729..50ddcb69134 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2004/08/14 13:30:38 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.119 2004/09/05 18:42:15 wiz Exp $ # COMMENT= Mathematics @@ -46,6 +46,7 @@ SUBDIR+= gtklife SUBDIR+= guppi SUBDIR+= lapack SUBDIR+= libffm +SUBDIR+= libmatheval SUBDIR+= linpack SUBDIR+= ltm SUBDIR+= mapm |