diff options
author | nectar <nectar@FreeBSD.org> | 1999-04-21 13:56:27 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-04-21 13:56:27 +0800 |
commit | 21e80d6bd0814daea898c89224951dbd4ee58370 (patch) | |
tree | 39ed8a343f30da555eb3426edc77daa4ace48820 /lang/python22/files | |
parent | e64b9ac867b5e227020ae35390d746d9367aa340 (diff) | |
download | freebsd-ports-graphics-21e80d6bd0814daea898c89224951dbd4ee58370.tar.gz freebsd-ports-graphics-21e80d6bd0814daea898c89224951dbd4ee58370.tar.zst freebsd-ports-graphics-21e80d6bd0814daea898c89224951dbd4ee58370.zip |
* Update python 1.5.1 -> 1.5.2
* Remove python-beta
Diffstat (limited to 'lang/python22/files')
-rw-r--r-- | lang/python22/files/Setup | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python22/files/Setup b/lang/python22/files/Setup index 4d5c2fad8ef..e804c426674 100644 --- a/lang/python22/files/Setup +++ b/lang/python22/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 |