diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-08 16:35:31 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-08 16:35:31 +0000 |
commit | 0578f91ad777670f51d5f4bd9c9328f3375327f8 (patch) | |
tree | 0a98df6e0de7ce7c621b17f2e4bc54aaaa31af66 /Mk/bsd.apache.mk | |
parent | 6908e97d104b0c443b901554cc8e0417a674a752 (diff) | |
download | ports-0578f91ad777670f51d5f4bd9c9328f3375327f8.tar.gz ports-0578f91ad777670f51d5f4bd9c9328f3375327f8.zip |
Notes
Diffstat (limited to 'Mk/bsd.apache.mk')
-rw-r--r-- | Mk/bsd.apache.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.apache.mk b/Mk/bsd.apache.mk index 121d228d577e..df6aa1c47888 100644 --- a/Mk/bsd.apache.mk +++ b/Mk/bsd.apache.mk @@ -405,7 +405,7 @@ IGNORE= ${_ERROR_MSG} use USE_APACHE instead of USE_APACHE_BUILD and USE_APACHE_ .endif .if defined(NO_BUILD) && defined(USE_APACHE) -IGNORE= If NO_BUILD is used, then USE_APACHE_RUN is sufficient. Please fix your Makefile +BROKEN= If NO_BUILD is used, then USE_APACHE_RUN is sufficient. Please fix your Makefile .endif .if defined(AP_PORT_IS_SERVER) |