mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
Don't mark BROKEN when PACKAGE_BUILDING since the version of apache2
on the build master has no bearing on whether the package will build in a chroot.
This commit is contained in:
parent
1b8c7389bd
commit
676b67de4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125102
@ -37,7 +37,7 @@ post-patch:
|
||||
${REINPLACE_CMD} -e 's,LONG_LONG,long long,g' ${WRKSRC}/src/requestobject.c
|
||||
.endif
|
||||
|
||||
.if !exists(${PREFIX}/etc/apache2/envvars.d)
|
||||
.if !exists(${PREFIX}/etc/apache2/envvars.d) && !defined(PACKAGE_BUILDING)
|
||||
BROKEN= "Please upgrade your www/apache2 installation."
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user