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 | e835cf9192f0d7e5c201170b72dfcd34030eaabc (patch) | |
tree | 87c28aafef6c085467ccc8005e8f50e036717835 /math | |
parent | 4fe29920ec0a3ff7c0ec80e77f40b5e60f643e24 (diff) | |
download | pkgsrc-e835cf9192f0d7e5c201170b72dfcd34030eaabc.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 |