summaryrefslogtreecommitdiffstats
path: root/lang/python21
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1999-03-10 17:17:22 +0000
committertg <tg@FreeBSD.org>1999-03-10 17:17:22 +0000
commit7a8fdf39a373647a9f4d2332f7a295a00cb8ceb4 (patch)
treef33279843126b93711138f87bdedb2be6259b10c /lang/python21
parent40d3deb1594f4230802f57253b33f725b5a4d585 (diff)
downloadFreeBSD-ports-7a8fdf39a373647a9f4d2332f7a295a00cb8ceb4.zip
FreeBSD-ports-7a8fdf39a373647a9f4d2332f7a295a00cb8ceb4.tar.gz
Activate some modules needed for zope (www.zope.com).
Submitted by: jkoshy
Diffstat (limited to 'lang/python21')
-rw-r--r--lang/python21/files/Setup6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python21/files/Setup b/lang/python21/files/Setup
index e804c42..4d5c2fa 100644
--- a/lang/python21/files/Setup
+++ b/lang/python21/files/Setup
@@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
-#new newmodule.c
+new newmodule.c
# Generic (SunOS / SVR4) dynamic loading module.
@@ -356,13 +356,13 @@ bsddb bsddbmodule.o
# David Wayne Williams' soundex module
-#soundex soundex.c
+soundex soundex.c
# Helper module for various ascii-encoders
binascii binascii.c
# Fred Drake's interface to the Python parser.
-#parser parsermodule.c
+parser parsermodule.c
# Digital Creations' cStringIO and cPickle
cStringIO cStringIO.c
OpenPOWER on IntegriCloud