summaryrefslogtreecommitdiff
path: root/finance/gnucash
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-05-12 15:53:24 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-05-12 15:53:24 +0000
commita86490ee4bb02ec34eab942bdf55fb01e80fe627 (patch)
tree9db4a846a32650306fe065a93099d0d890d21efd /finance/gnucash
parentFix the build with db41. (diff)
Correct a typo in the previous commit, and use the right version libdb41.
Notes
Notes: svn path=/head/; revision=135137
Diffstat (limited to 'finance/gnucash')
-rw-r--r--finance/gnucash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index f1bf3fddea78..655b796ec1ce 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -50,7 +50,7 @@ INFO= gnucash-design
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/include/db41/db_185.h)
-LIB_DEPENDS+= db4.1:${PORTSDIR}/databases/db41
+LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41
post-patch:
@${REINPLACE_CMD} -e "s|db4/db_185.h|db41/db_185.h|g" \
${WRKSRC}/configure