mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
Fix typo.
This commit is contained in:
parent
73e03e21ac
commit
d29db39517
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102916
@ -33,7 +33,7 @@ INSTALLS_SHLIB= yes
|
||||
LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
|
||||
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e 's|-I$$ac_db_includes|-I${LOCALBASE}/include/db41|g' \
|
||||
@${REINPLACE_CMD} -e 's|-I$$ac_db_includes|-I${LOCALBASE}/include/db4|g' \
|
||||
-e 's|ac_db_name="db"|ac_db_name="db4"|g' ${WRKSRC}/configure
|
||||
|
||||
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
||||
|
@ -33,7 +33,7 @@ INSTALLS_SHLIB= yes
|
||||
LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
|
||||
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e 's|-I$$ac_db_includes|-I${LOCALBASE}/include/db41|g' \
|
||||
@${REINPLACE_CMD} -e 's|-I$$ac_db_includes|-I${LOCALBASE}/include/db4|g' \
|
||||
-e 's|ac_db_name="db"|ac_db_name="db4"|g' ${WRKSRC}/configure
|
||||
|
||||
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
||||
|
Loading…
Reference in New Issue
Block a user