diff options
Diffstat (limited to 'www/apache20/Makefile')
-rw-r--r-- | www/apache20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 49f8c0b7b61b..c8d4fb77bd3a 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -143,7 +143,7 @@ BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config .endif .if exists(${LOCALBASE}/lib/libapr-0.so) || defined(WITH_APR_FROM_PORTS) -IGNORE= : apr from ports (WITH_APR_FROM_PORTS) is no longer supported +IGNORE= apr from ports (WITH_APR_FROM_PORTS) is no longer supported .endif .if defined(WITH_THREADS) |