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 | 0b2948aa97da41f88b551b02ea72d38ba159cd24 (patch) | |
tree | 7472543ffa45b61896f32def44840a531b60e74b /math | |
parent | 63b1a14ccf55fc311a31dc92e071f426dc2e1b28 (diff) | |
download | pkgsrc-0b2948aa97da41f88b551b02ea72d38ba159cd24.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 |