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:
parent
e69060c3d9
commit
a86490ee4b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135137
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user