diff options
author | drochner <drochner> | 2010-08-10 18:01:21 +0000 |
---|---|---|
committer | drochner <drochner> | 2010-08-10 18:01:21 +0000 |
commit | 6685bfa2a56d9b4b321196f2b416249416fa0e89 (patch) | |
tree | c9a93765c82720ca0b5ea8318fe76871de783fb7 /math | |
parent | 31abb99f6bbe83c98f42f8faee096bb65fa155e1 (diff) | |
download | pkgsrc-6685bfa2a56d9b4b321196f2b416249416fa0e89.tar.gz |
+py-gmpy
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 |