diff options
author | pav <pav@FreeBSD.org> | 2006-01-16 10:55:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-16 10:55:02 +0800 |
commit | 2f49b4e6a92d1c27e8d3d6433681c82a1780be76 (patch) | |
tree | d8f26f42686b904c92c53ff858d8922f3405110e /mail/mutt-ng | |
parent | 374eb0714cfa1c45490f58c907752af222b1ad77 (diff) | |
download | freebsd-ports-gnome-2f49b4e6a92d1c27e8d3d6433681c82a1780be76.tar.gz freebsd-ports-gnome-2f49b4e6a92d1c27e8d3d6433681c82a1780be76.tar.zst freebsd-ports-gnome-2f49b4e6a92d1c27e8d3d6433681c82a1780be76.zip |
- Chase qdbm update
Pointy hat to: ahze
Reported by: pointyhat
Diffstat (limited to 'mail/mutt-ng')
-rw-r--r-- | mail/mutt-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt-ng/Makefile b/mail/mutt-ng/Makefile index b206a479cd43..bbbcf777a9cb 100644 --- a/mail/mutt-ng/Makefile +++ b/mail/mutt-ng/Makefile @@ -101,7 +101,7 @@ CONFIGURE_ARGS+= --enable-hcache --without-qdbm LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm .elif defined (WITH_HCACHE_QDBM) CONFIGURE_ARGS+= --enable-hcache -LIB_DEPENDS+= qdbm.11:${PORTSDIR}/databases/qdbm +LIB_DEPENDS+= qdbm.12:${PORTSDIR}/databases/qdbm .endif .if defined (WITH_FLOCK) |