diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-19 19:27:15 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-19 19:27:15 +0000 |
commit | 9f5965f896f12fdf10f4357112100880c4f43b14 (patch) | |
tree | 1391eda17d1455e103ada7c71302b5c7e31cef46 /www | |
parent | 1555a385d1320ad99f2f21a84f509ed9e9f4ec84 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/apache20/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile index b89b1febbf25..befbe4d701d7 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -62,10 +62,10 @@ USE_BZIP2= yes MPM_ITK_VERSION?= 20061030-01 .if defined(WITH_SUEXEC_RSRCLIMIT) -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-suexec_rsrclimit +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-suexec_rsrclimit .if !defined(WITH_SUEXEC) -IGNORE= suEXEC resource limit patch requires mod_suexec.\ - Please add 'WITH_SUEXEC=YES' to you /etc/make.conf +IGNORE= suEXEC resource limit patch requires mod_suexec.\ + Please add 'WITH_SUEXEC=YES' to you /etc/make.conf .endif .endif |