diff options
author | tg <tg@FreeBSD.org> | 1999-05-21 07:06:06 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-05-21 07:06:06 +0000 |
commit | 3824a57f5b96ab26b13b0b1b1e51ac55d62aaa81 (patch) | |
tree | 6487a1a513f509e503f43b095dbda55768cdf032 /lang/python27/files | |
parent | 58aca67319f2e7d3507bad62127e8f2131085d66 (diff) | |
download | FreeBSD-ports-3824a57f5b96ab26b13b0b1b1e51ac55d62aaa81.zip FreeBSD-ports-3824a57f5b96ab26b13b0b1b1e51ac55d62aaa81.tar.gz |
Enable the parser module.
Submitted by: nectar
Diffstat (limited to 'lang/python27/files')
-rw-r--r-- | lang/python27/files/Setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python27/files/Setup b/lang/python27/files/Setup index e804c42..ab99f09 100644 --- a/lang/python27/files/Setup +++ b/lang/python27/files/Setup @@ -362,7 +362,7 @@ bsddb bsddbmodule.o 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 |