aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python21/files
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1998-02-27 18:21:35 +0800
committertg <tg@FreeBSD.org>1998-02-27 18:21:35 +0800
commit70e237908a93fd4782642a87e15dcc9a52a3bf2f (patch)
tree5b5891c3f78d1ef73849cea4fb485d84f9401224 /lang/python21/files
parentd3197c2dcc77694f628dba950295a984d0d52fbd (diff)
downloadfreebsd-ports-gnome-70e237908a93fd4782642a87e15dcc9a52a3bf2f.tar.gz
freebsd-ports-gnome-70e237908a93fd4782642a87e15dcc9a52a3bf2f.tar.zst
freebsd-ports-gnome-70e237908a93fd4782642a87e15dcc9a52a3bf2f.zip
Use tk80, not an unsupported alpha version of tk81.
Include locale module.
Diffstat (limited to 'lang/python21/files')
-rw-r--r--lang/python21/files/Setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python21/files/Setup b/lang/python21/files/Setup
index 96811ee9823c..41350fd89059 100644
--- a/lang/python21/files/Setup
+++ b/lang/python21/files/Setup
@@ -127,7 +127,7 @@ struct structmodule.c # binary structure packing/unpacking
time timemodule.c # time operations and variables
operator operator.c # operator.add() and similar goodies
-#_locale _localemodule.c # access to ISO C locale support
+_locale _localemodule.c # access to ISO C locale support
# Modules with some UNIX dependencies -- on by default: