From 676b67de4da2491ce1234aa3f74c9f473f614d52 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 24 Dec 2004 23:49:30 +0000 Subject: 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. --- www/mod_python3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') diff --git a/www/mod_python3/Makefile b/www/mod_python3/Makefile index f7abffb7f9cf..5d2b3e85b607 100644 --- a/www/mod_python3/Makefile +++ b/www/mod_python3/Makefile @@ -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 -- cgit v1.2.3