diff options
author | bwarsaw <> | 2003-12-29 13:54:18 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-12-29 13:54:18 +0000 |
commit | 14df9bb5d6be628377dc978893c15795df0d4b53 (patch) | |
tree | 025b5a8d2647946fbbfbd684f7e7711983136d4a /misc/Makefile.in | |
parent | 59f14fee0fbc822f3232d2f5ecb9f041c7085760 (diff) | |
download | mailman2-14df9bb5d6be628377dc978893c15795df0d4b53.tar.gz mailman2-14df9bb5d6be628377dc978893c15795df0d4b53.tar.xz mailman2-14df9bb5d6be628377dc978893c15795df0d4b53.zip |
Updated for cjkcodecs 1.0.2
Diffstat (limited to '')
-rw-r--r-- | misc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile.in b/misc/Makefile.in index 385fcd03..30696447 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -53,7 +53,7 @@ SETUPCMD= setup.py --quiet install $(SETUPINSTOPTS) PKGDIR= $(srcdir) EMAILPKG= email-2.5.4 -CJKCODECSPKG= CJKCodecs-1.0 +CJKCODECSPKG= cjkcodecs-1.0.2 PACKAGES= $(EMAILPKG) $(CJKCODECSPKG) |