diff options
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 c4a60fd0b36..3ab9a637a3c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.209 2010/08/05 00:12:59 seb Exp $ +# $NetBSD: Makefile,v 1.210 2010/08/10 18:01:21 drochner Exp $ COMMENT= Mathematics @@ -160,6 +160,7 @@ SUBDIR+= py-Scientific SUBDIR+= py-Scientific-doc SUBDIR+= py-ephem SUBDIR+= py-fpconst +SUBDIR+= py-gmpy SUBDIR+= py-mpmath SUBDIR+= py-networkx SUBDIR+= py-numarray |