diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 21:59:38 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 21:59:38 +0000 |
commit | 02622773e6473a21d9d7714f5735f66be7049572 (patch) | |
tree | b31d7ec4688d37aa34a38f4d236c46c4823da5a6 /mail/mailman | |
parent | 3469df6705e52cb84b29c706b943b2a55021ffb1 (diff) | |
download | ports-02622773e6473a21d9d7714f5735f66be7049572.tar.gz ports-02622773e6473a21d9d7714f5735f66be7049572.zip |
Notes
Diffstat (limited to 'mail/mailman')
-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 \ |