diff options
author | ahze <ahze@FreeBSD.org> | 2006-08-03 07:33:55 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-08-03 07:33:55 +0800 |
commit | ad470749ba7ed119424b6d9e25c487d7bf77338e (patch) | |
tree | af4615600d1ba10b4589b999956edd221c285e9f /mail | |
parent | af77a5e7e46615b45930662acaa574b68c7ecb4b (diff) | |
download | freebsd-ports-gnome-ad470749ba7ed119424b6d9e25c487d7bf77338e.tar.gz freebsd-ports-gnome-ad470749ba7ed119424b6d9e25c487d7bf77338e.tar.zst freebsd-ports-gnome-ad470749ba7ed119424b6d9e25c487d7bf77338e.zip |
- Chase libver bump in qdbm
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter-qdbm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/bogofilter-qdbm/Makefile b/mail/bogofilter-qdbm/Makefile index 673973430ca4..6d5e9858e78b 100644 --- a/mail/bogofilter-qdbm/Makefile +++ b/mail/bogofilter-qdbm/Makefile @@ -6,12 +6,13 @@ # PORTNAME= bogofilter +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -qdbm MAINTAINER= matthias.andree@gmx.de -LIB_DEPENDS= qdbm.12:${PORTSDIR}/databases/qdbm +LIB_DEPENDS= qdbm.14:${PORTSDIR}/databases/qdbm CONFLICTS= bogofilter-[0-9]* [a-z][a-z]-bogofilter-[0-9]* bogofilter-sqlite-[0-9]* |