You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
d626ec9689
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@91974 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
426 B
Diff
12 lines
426 B
Diff
--- setup.py.orig 2009-03-31 12:20:48.000000000 -0600
|
|
+++ setup.py 2009-09-17 00:33:12.000000000 -0600
|
|
@@ -18,7 +18,7 @@
|
|
from distutils.spawn import find_executable
|
|
|
|
# This global variable is used to hold the list of modules to be disabled.
|
|
-disabled_module_list = []
|
|
+disabled_module_list = ["_tkinter", "gdbm"]
|
|
|
|
def add_dir_to_list(dirlist, dir):
|
|
"""Add the directory 'dir' to the list 'dirlist' (at the front) if
|