diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-10-19 11:20:37 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-10-19 11:20:37 +0000 |
commit | 1c6cc68498abd3c0ebb2efbb32f7d8a71cb8f15d (patch) | |
tree | c9f4902c84d3519bc786b73a133e2ac1bddca3f4 /math/Makefile | |
parent | 998b2d08ece18e2c6a703faf11a8afba967d70d7 (diff) | |
download | ports-1c6cc68498abd3c0ebb2efbb32f7d8a71cb8f15d.tar.gz ports-1c6cc68498abd3c0ebb2efbb32f7d8a71cb8f15d.zip |
New port py-mpz. This builds the mpz module (an interface to GMP) from
the Python distribution.
Notes
Notes:
svn path=/head/; revision=48937
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 8b0983e6e1c2..64f2aef83f32 100644 --- a/math/Makefile +++ b/math/Makefile @@ -94,6 +94,7 @@ SUBDIR += pspp SUBDIR += py-gato SUBDIR += py-gnuplot + SUBDIR += py-mpz SUBDIR += py-numeric SUBDIR += py-numeric17 SUBDIR += py-scientific |