diff options
author | kris <kris@FreeBSD.org> | 2004-12-25 07:49:30 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-25 07:49:30 +0800 |
commit | 4cb3892eb00e2d9bd37749bed97e64509d8ddac4 (patch) | |
tree | 3ece25dd11b361175476286267eebc0d5967f1e4 /www/mod_python3 | |
parent | ea9ee332155984a578831df7956d38715ac287d7 (diff) | |
download | freebsd-ports-gnome-4cb3892eb00e2d9bd37749bed97e64509d8ddac4.tar.gz freebsd-ports-gnome-4cb3892eb00e2d9bd37749bed97e64509d8ddac4.tar.zst freebsd-ports-gnome-4cb3892eb00e2d9bd37749bed97e64509d8ddac4.zip |
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.
Diffstat (limited to 'www/mod_python3')
-rw-r--r-- | www/mod_python3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |