diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-09 17:05:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-09 17:05:50 +0800 |
commit | dee9592cb09a9fd30f67fc6121212f7abd6969ed (patch) | |
tree | 11886f5a521a9e7447828829ee194f4096dbe329 /mail | |
parent | 0392dc581a927bd11cf427a33fe95101420fb9a9 (diff) | |
download | freebsd-ports-gnome-dee9592cb09a9fd30f67fc6121212f7abd6969ed.tar.gz freebsd-ports-gnome-dee9592cb09a9fd30f67fc6121212f7abd6969ed.tar.zst freebsd-ports-gnome-dee9592cb09a9fd30f67fc6121212f7abd6969ed.zip |
- Chase libzdb shlib bump
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dbmail23/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dbmail23/Makefile b/mail/dbmail23/Makefile index ff4f3f14e24d..6150f581c838 100644 --- a/mail/dbmail23/Makefile +++ b/mail/dbmail23/Makefile @@ -7,7 +7,7 @@ PORTNAME= dbmail PORTVERSION= 2.3.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://www.dbmail.org/download/2.3/ @@ -17,7 +17,7 @@ COMMENT= An SQL database-based mail system (POP3 and IMAP) LIB_DEPENDS+= event-1.4:${PORTSDIR}/devel/libevent LIB_DEPENDS+= gmime-2.0.4:${PORTSDIR}/mail/gmime2 LIB_DEPENDS+= mhash.2:${PORTSDIR}/security/mhash -LIB_DEPENDS+= zdb.6:${PORTSDIR}/databases/libzdb +LIB_DEPENDS+= zdb.7:${PORTSDIR}/databases/libzdb CONFLICTS= dbmail-*-2.0.* dbmail-2.1.* dbmail-2.2.* NO_LATEST_LINK= yes |