diff options
author | agc <agc@pkgsrc.org> | 2010-03-16 21:23:48 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2010-03-16 21:23:48 +0000 |
commit | 14904631faf074860644c44846eaae39d3cc39c8 (patch) | |
tree | 174bc3c97e6ef56fe28e11412d507352ea4da2be | |
parent | cf6a14b7d4c88de547d73be86429069a1c39649b (diff) | |
download | pkgsrc-14904631faf074860644c44846eaae39d3cc39c8.tar.gz |
add and enable itpp
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 165d59d2688..f7405e3c617 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.201 2010/02/24 20:49:54 wiz Exp $ +# $NetBSD: Makefile,v 1.202 2010/03/16 21:23:48 agc Exp $ COMMENT= Mathematics @@ -89,6 +89,7 @@ SUBDIR+= graphopt SUBDIR+= grpn SUBDIR+= gsl SUBDIR+= gtklife +SUBDIR+= itpp SUBDIR+= lapack SUBDIR+= libffm SUBDIR+= libmatheval |