diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-31 18:15:36 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-31 18:15:36 +0000 |
commit | 7587d82d2c096aaf65f7635e8dd0a49d75b9771b (patch) | |
tree | 87c28aafef6c085467ccc8005e8f50e036717835 /math | |
parent | 6e9d79dabfdfcf5fe8e7c247238f0aa41368c804 (diff) | |
download | pkgsrc-7587d82d2c096aaf65f7635e8dd0a49d75b9771b.tar.gz |
Add and enable mathomatic.
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 30cbac57cb0..0e4b3b072d2 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.109 2004/03/05 14:47:38 adam Exp $ +# $NetBSD: Makefile,v 1.110 2004/03/31 18:15:36 minskim Exp $ # COMMENT= Mathematics @@ -46,6 +46,7 @@ SUBDIR+= guppi SUBDIR+= lapack SUBDIR+= libffm SUBDIR+= linpack +SUBDIR+= mathomatic SUBDIR+= mcsim SUBDIR+= meschach SUBDIR+= metis |