diff options
Diffstat (limited to '')
-rw-r--r-- | mail/mailman/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index 6cc526caffbf..e9a9a40da89e 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -23,7 +23,6 @@ OPTIONS= SENDMAIL "for use with sendmail" off \ EXIM4 "for use with exim4" off \ POSTFIX "for use with postfix" off \ COURIER "for use with courier" off \ - CHINESE "support for Chinese mailing lists" off \ HTDIG "htdig integration patches" off \ NAMAZU2 "make private archives searchable with namazu2" off @@ -112,10 +111,6 @@ IGNORE= can only have one MTA selected to integrate with MAIL_GID?= courier .endif -.if defined(WITH_CHINESE) -RUN_DEPENDS+= ${PYTHONPREFIX_SITELIBDIR}/cjkcodecs.pth:${PORTSDIR}/converters/py-cjkcodecs -.endif - .if defined(WITH_HTDIG) BROKEN= the HTDIG option is currently broken PATCH_SITES+= http://www.openinfo.co.uk/mm/patches/444879/:patch1 \ |