diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-05-29 22:17:16 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-05-29 22:17:16 +0000 |
commit | 2864efb22d67b2510c7aae5a703ad3659a728989 (patch) | |
tree | fc5ec7a10098131aed240be79501540a97f844bc /www/apache2/Makefile | |
parent | ae67bcb2150735d72aeec60151802666bf44fd93 (diff) |
Notes
Diffstat (limited to 'www/apache2/Makefile')
-rw-r--r-- | www/apache2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 833a0150bb03..67f69020cb5b 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -116,8 +116,8 @@ PLIST_SUB+= PORTS_APR="@comment " .else . if exists(${LOCALBASE}/lib/libapr-0.so) IGNORE= "apr is installed and may conflict with apache one\ - (if you want to use apr port define WITH_APR_FROM_PORTS,\ - at your own risk)" + \(if you want to use apr port define WITH_APR_FROM_PORTS,\ + at your own risk\)" . endif PLIST_SUB+= PORTS_APR="" .endif |