diff options
author | ahze <ahze@FreeBSD.org> | 2006-01-08 21:39:28 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-01-08 21:39:28 +0000 |
commit | f7d96efefc5947b3e8de63e45449fb9cf8c83887 (patch) | |
tree | 0a12416c65827ad3bede8862ea69ac09d657dd5d /mail | |
parent | d42357f54cce16552585e15f9bbabbe78f4553ba (diff) | |
download | FreeBSD-ports-f7d96efefc5947b3e8de63e45449fb9cf8c83887.zip FreeBSD-ports-f7d96efefc5947b3e8de63e45449fb9cf8c83887.tar.gz |
- 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 2e46d3f..932314d 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.11:${PORTSDIR}/databases/qdbm +LIB_DEPENDS= qdbm.12:${PORTSDIR}/databases/qdbm CONFLICTS= bogofilter-[0-9]* [a-z][a-z]-bogofilter-[0-9]* bogofilter-sqlite-[0-9]* |