diff options
author | asau <asau@pkgsrc.org> | 2010-07-27 17:15:09 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-07-27 17:15:09 +0000 |
commit | c08f1cfe646680597a611375d5e00210c1587d36 (patch) | |
tree | 02ff65d4ed5b97141116b513641486b7c5e57957 /math | |
parent | ddbeab1eda226d7cb966c9c81ec547aebfbb66a5 (diff) | |
download | pkgsrc-c08f1cfe646680597a611375d5e00210c1587d36.tar.gz |
+ mpcomplex
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 7cbfc46b9eb..09caff11f48 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.207 2010/07/16 12:14:16 drochner Exp $ +# $NetBSD: Makefile,v 1.208 2010/07/27 17:15:09 asau Exp $ COMMENT= Mathematics @@ -104,6 +104,7 @@ SUBDIR+= mcsim SUBDIR+= meschach SUBDIR+= metis SUBDIR+= minpack +SUBDIR+= mpcomplex SUBDIR+= mpfr SUBDIR+= mprime-bin SUBDIR+= mtl |