- remove SLAVE_PORT_MODULES (no longer required since apache >= 20)

with hat apache@
This commit is contained in:
Olli Hauer 2014-09-23 22:10:26 +00:00
parent 0dfb405c30
commit 0a56314ec4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369128

View file

@ -118,13 +118,6 @@ IGNORE= ${_ERROR_MSG} Illegal use of USE_APACHE ( no version specified )
# ===============================================================
.if defined(AP_PORT_IS_SERVER)
# MFC TODO: remove this check
# used only by www/cakephp* ports
.if defined(SLAVE_PORT_MODULES)
DEFAULT_MODULES_CATEGORIES+= SLAVE_PORT
ALL_MODULES_CATEGORIES+= SLAVE_PORT
.endif
# Module selection
.for category in ${DEFAULT_MODULES_CATEGORIES}
DEFAULT_MODULES+= ${${category}_MODULES}