summaryrefslogtreecommitdiff
path: root/lang/python22/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2001-10-19 11:16:55 +0000
committerThomas Gellekum <tg@FreeBSD.org>2001-10-19 11:16:55 +0000
commit998b2d08ece18e2c6a703faf11a8afba967d70d7 (patch)
tree9ab9b857bff1cf1a87a1aa7746f43e10cd6aab1c /lang/python22/files
parentUpgrade to 20.2.1. (diff)
Don't build mpz extension, it's moved to a separate port.
Notes
Notes: svn path=/head/; revision=48936
Diffstat (limited to 'lang/python22/files')
-rw-r--r--lang/python22/files/patch-setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python22/files/patch-setup.py b/lang/python22/files/patch-setup.py
index fd0d484c38db..f3cef489fa8f 100644
--- a/lang/python22/files/patch-setup.py
+++ b/lang/python22/files/patch-setup.py
@@ -5,7 +5,7 @@
# This global variable is used to hold the list of modules to be disabled.
-disabled_module_list = []
-+disabled_module_list = ["_tkinter", "gdbm", "pyexpat"]
++disabled_module_list = ["_tkinter", "gdbm", "mpz", "pyexpat"]
def find_file(filename, std_dirs, paths):
"""Searches for the directory where a given file is located,