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 | 5fe746245a28590adf45a97903b973ae0d17b75e (patch) | |
tree | 02ff65d4ed5b97141116b513641486b7c5e57957 /math | |
parent | 6e4eeb7f12390f8794cfcee0607ab74bf91e3887 (diff) | |
download | pkgsrc-5fe746245a28590adf45a97903b973ae0d17b75e.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 |