1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Attempt to fix build on bento by setting a default OPTION

if PACKAGE_BUILDING
This commit is contained in:
Tilman Keskinoz 2004-03-08 10:06:07 +00:00
parent fb965b9791
commit 1a81da39ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103284

View File

@ -29,7 +29,7 @@ OPTIONS= BPP16 "With BPP16" Off \
.include <bsd.port.pre.mk>
post-patch:
.ifdef(WITH_BPP32)
.ifdef(WITH_BPP32) || defined(PACKAGE_BUILDING) || defined(BATCH)
${REINPLACE_CMD} -e 's/%%BPP%%/BPP32/' ${WRKSRC}/Makefile
.endif
.ifdef(WITH_BPP24)