diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-25 07:11:33 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-25 07:11:33 +0000 |
commit | daca66ae70012e43f3a1a3e3ff18076f08f02dda (patch) | |
tree | e4682d0d480f613c612a68348f8b37107a3af5a4 | |
parent | Update to 1.8.14 (diff) |
Chase libraries for new databases/qdbm version.
Notes
Notes:
svn path=/head/; revision=114606
Diffstat (limited to '')
-rw-r--r-- | mail/bogofilter-qdbm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/bogofilter-qdbm/Makefile b/mail/bogofilter-qdbm/Makefile index 0c032ccd281a..0178c23fae1a 100644 --- a/mail/bogofilter-qdbm/Makefile +++ b/mail/bogofilter-qdbm/Makefile @@ -6,13 +6,13 @@ # PORTNAME= bogofilter -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -qdbm MASTERDIR= ${.CURDIR}/../bogofilter -LIB_DEPENDS= qdbm.1:${PORTSDIR}/databases/qdbm +LIB_DEPENDS= qdbm.2:${PORTSDIR}/databases/qdbm CONFLICTS= bogofilter-0* bogofilter-tdb* [a-z][a-z]-bogofilter-0* |