summaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2001-10-19 11:20:37 +0000
committerThomas Gellekum <tg@FreeBSD.org>2001-10-19 11:20:37 +0000
commit1c6cc68498abd3c0ebb2efbb32f7d8a71cb8f15d (patch)
treec9f4902c84d3519bc786b73a133e2ac1bddca3f4 /math/Makefile
parentDon't build mpz extension, it's moved to a separate port. (diff)
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/Makefile1
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