diff options
author | rodent <rodent@pkgsrc.org> | 2014-07-05 19:34:12 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-07-05 19:34:12 +0000 |
commit | 91db8f47edd21b98787433d22036b6d4f651ddfc (patch) | |
tree | 1b3b54220c3a749ce14cd4e627d797c02c24ed9d /math/Makefile | |
parent | a5cba0cdc5ca71b2de727e82c10fc378b2883368 (diff) | |
download | pkgsrc-91db8f47edd21b98787433d22036b6d4f651ddfc.tar.gz |
+py-intervals
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 45cb7f9707a..1e0a152c2d9 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.268 2014/06/14 13:59:28 rodent Exp $ +# $NetBSD: Makefile,v 1.269 2014/07/05 19:34:12 rodent Exp $ COMMENT= Mathematics @@ -216,6 +216,7 @@ SUBDIR+= py-ephem3 SUBDIR+= py-fpconst SUBDIR+= py-gmpy SUBDIR+= py-infinity +SUBDIR+= py-intervals SUBDIR+= py-mpmath SUBDIR+= py-munkres SUBDIR+= py-networkx |