From a86490ee4bb02ec34eab942bdf55fb01e80fe627 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Thu, 12 May 2005 15:53:24 +0000 Subject: [PATCH] Correct a typo in the previous commit, and use the right version libdb41. --- finance/gnucash-devel/Makefile | 2 +- finance/gnucash/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/finance/gnucash-devel/Makefile b/finance/gnucash-devel/Makefile index f1bf3fddea78..655b796ec1ce 100644 --- a/finance/gnucash-devel/Makefile +++ b/finance/gnucash-devel/Makefile @@ -50,7 +50,7 @@ INFO= gnucash-design .include .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 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 .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