diff options
author | asau <asau> | 2012-05-29 16:41:26 +0000 |
---|---|---|
committer | asau <asau> | 2012-05-29 16:41:26 +0000 |
commit | 14ab99fd20dbb69ba51186815398a6b9638a4d39 (patch) | |
tree | 2cdc0fb35716db01ae35c028d3dda499f142d6e1 /math | |
parent | 2e83fc65f7f1b9c6aff993968c630f2f92729977 (diff) | |
download | pkgsrc-14ab99fd20dbb69ba51186815398a6b9638a4d39.tar.gz |
+ arpack
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 ec51a6f83ba..487c64507e6 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.237 2012/05/03 09:07:52 wiz Exp $ +# $NetBSD: Makefile,v 1.238 2012/05/29 16:41:26 asau Exp $ COMMENT= Mathematics @@ -59,6 +59,7 @@ SUBDIR+= algae SUBDIR+= analitza SUBDIR+= antixls SUBDIR+= aribas +SUBDIR+= arpack SUBDIR+= bc SUBDIR+= blas SUBDIR+= blitz++ |