diff options
Diffstat (limited to 'www/apache20/Makefile.modules')
-rw-r--r-- | www/apache20/Makefile.modules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/apache20/Makefile.modules b/www/apache20/Makefile.modules index c075f867fdb8..7c3816a8088b 100644 --- a/www/apache20/Makefile.modules +++ b/www/apache20/Makefile.modules @@ -33,6 +33,7 @@ PLIST_SUB+= PREFORK="@comment " WORKER="@comment " THREADPOOL="@comment " PLIST_SUB+= PREFORK="@comment " WORKER="@comment " THREADPOOL="" . elif ${WITH_MPM:L} == "itk" PLIST_SUB+= PREFORK="@comment " WORKER="@comment " THREADPOOL="@comment " +EXTRA_PATCHES+= ${PATCHDIR}/mpm-itk-${MPM_ITK_VERSION} . else IGNORE= "Unknown MPM: ${WITH_MPM}" . endif |