summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/qdbm/Makefile2
-rw-r--r--mail/mutt-ng/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/qdbm/Makefile b/databases/qdbm/Makefile
index b36ac3e7a3ea..49071bf4b688 100644
--- a/databases/qdbm/Makefile
+++ b/databases/qdbm/Makefile
@@ -56,7 +56,7 @@ post-install:
.else
-LIB_DEPENDS+= qdbm.11:${PORTSDIR}/databases/qdbm
+LIB_DEPENDS+= qdbm.12:${PORTSDIR}/databases/qdbm
post-patch:
${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
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)