diff options
author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2005-05-30 12:03:57 +0000 |
---|---|---|
committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2005-05-30 12:03:57 +0000 |
commit | 7985023fd2b4a630c006ed80474dc4ae97d062dd (patch) | |
tree | 18fbf38a2423ba0ac5313760103c90b51c77f899 /russian | |
parent | c6d5d6937b45febaa9beb501f021caab5ff63ba2 (diff) | |
download | ports-7985023fd2b4a630c006ed80474dc4ae97d062dd.tar.gz ports-7985023fd2b4a630c006ed80474dc4ae97d062dd.zip |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/bogofilter/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/russian/bogofilter/Makefile b/russian/bogofilter/Makefile index a7354c275c6b..4c94cc27d7d8 100644 --- a/russian/bogofilter/Makefile +++ b/russian/bogofilter/Makefile @@ -17,6 +17,8 @@ CONFLICTS= bogofilter-[0-9]* bogofilter-tdb-[0-9]* bogofilter-qdbm-[0-9]* bogofi # WITH_CP866 tells bogofilter to map KOI8-R, CP1251, and ISO-8859-5 to CP866. .if defined(WITH_CP866) CONFIGURE_ARGS+= --enable-russian +.else +NO_PACKAGE= Identical to mail/bogofilter by default since 0.94.13 .endif MASTERDIR= ${.CURDIR}/../../mail/bogofilter |