diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-16 02:55:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-16 02:55:02 +0000 |
commit | f61b30026dc1246a7260025b014a768b7560fb04 (patch) | |
tree | dc793464f376492a8cabc7b40fad442b00d4f729 | |
parent | - Add missing dependency. (textproc/XML-RSS-LibXML in ports/91819) (diff) |
- Chase qdbm update
Pointy hat to: ahze
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=153616
-rw-r--r-- | databases/qdbm/Makefile | 2 | ||||
-rw-r--r-- | mail/mutt-ng/Makefile | 2 |
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) |