diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-28 17:06:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-28 17:06:35 +0000 |
commit | 1244d67619bb1084e5ebf34d2266d69184c298a7 (patch) | |
tree | 8ae9223b8db6df38d5fccc1209d30ea4ed418e7b | |
parent | - Update to 1.6.6 (diff) |
- Chase tokyocabinet update
Reported by: pointyhat
Pointy hat to: pgollucci
-rw-r--r-- | mail/bogofilter-tc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/bogofilter-tc/Makefile b/mail/bogofilter-tc/Makefile index 15985b3d4d27..eb8220e4dcbe 100644 --- a/mail/bogofilter-tc/Makefile +++ b/mail/bogofilter-tc/Makefile @@ -6,14 +6,14 @@ # PORTNAME= bogofilter -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail PKGNAMESUFFIX= -tc MAINTAINER= matthias.andree@gmx.de # Blanket approval for changes by Zach Thompson (address above) -LIB_DEPENDS= tokyocabinet.8:${PORTSDIR}/databases/tokyocabinet +LIB_DEPENDS= tokyocabinet.9:${PORTSDIR}/databases/tokyocabinet CONFLICTS= bogofilter-[0-9]* [a-z][a-z]-bogofilter-[1-9]* bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]* |