1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +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:
Kris Kennaway 2004-12-24 23:49:30 +00:00
parent 1b8c7389bd
commit 676b67de4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125102

View File

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