diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-06 07:20:10 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-06 07:20:10 +0800 |
commit | 9ab14c5fe09cdb56f9a7d7f96eafc0348515fa7b (patch) | |
tree | e5813ad7adcb0d36f56de5b45e65435404460ae3 /www/apache20 | |
parent | 692e34f2f8b030d8a5341679fac059998b31642d (diff) | |
download | freebsd-ports-gnome-9ab14c5fe09cdb56f9a7d7f96eafc0348515fa7b.tar.gz freebsd-ports-gnome-9ab14c5fe09cdb56f9a7d7f96eafc0348515fa7b.tar.zst freebsd-ports-gnome-9ab14c5fe09cdb56f9a7d7f96eafc0348515fa7b.zip |
- Fix another IGNORE message
Diffstat (limited to 'www/apache20')
-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) |