1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Correct a typo in the previous commit, and use the right version libdb41.

This commit is contained in:
Joe Marcus Clarke 2005-05-12 15:53:24 +00:00
parent e69060c3d9
commit a86490ee4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135137
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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