aboutsummaryrefslogtreecommitdiff
path: root/russian
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2005-05-30 12:03:57 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2005-05-30 12:03:57 +0000
commit7985023fd2b4a630c006ed80474dc4ae97d062dd (patch)
tree18fbf38a2423ba0ac5313760103c90b51c77f899 /russian
parentc6d5d6937b45febaa9beb501f021caab5ff63ba2 (diff)
downloadports-7985023fd2b4a630c006ed80474dc4ae97d062dd.tar.gz
ports-7985023fd2b4a630c006ed80474dc4ae97d062dd.zip
Disable building packages from this port
by default because it gives functionality not found in mail/bogofilter only if WITH_CP866 is set. Otherwise a package will be identical to that from mail/bogofilter.
Notes
Notes: svn path=/head/; revision=136425
Diffstat (limited to 'russian')
-rw-r--r--russian/bogofilter/Makefile2
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