aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache20/Makefile.modules.3rd
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-08-02 21:21:36 +0800
committerclement <clement@FreeBSD.org>2004-08-02 21:21:36 +0800
commit9457f0801caba9b29ef6a863b9d3e425e7a20852 (patch)
tree5a52265c9b166479eecdd8e49f96f485c6337f3e /www/apache20/Makefile.modules.3rd
parentb8ae45efe9dd51b1b429c54f326f18973982788e (diff)
downloadfreebsd-ports-gnome-9457f0801caba9b29ef6a863b9d3e425e7a20852.tar.gz
freebsd-ports-gnome-9457f0801caba9b29ef6a863b9d3e425e7a20852.tar.zst
freebsd-ports-gnome-9457f0801caba9b29ef6a863b9d3e425e7a20852.zip
- Fix brainless typo.
Noticed by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
Diffstat (limited to 'www/apache20/Makefile.modules.3rd')
-rw-r--r--www/apache20/Makefile.modules.3rd4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache20/Makefile.modules.3rd b/www/apache20/Makefile.modules.3rd
index 85c7a21f8e57..dad8e500dbde 100644
--- a/www/apache20/Makefile.modules.3rd
+++ b/www/apache20/Makefile.modules.3rd
@@ -168,10 +168,10 @@ WITH_ALL_STATIC_MODULES= YES
WANT_APACHE= "Too bad, guy!"
.endif
.if ${WANT_APACHE} == common13
-SUEXEC_CONFARGS= with-suexec
+SUEXEC_CONFARGS= suexec
CONFIGURE_ARGS+= --enable-suexec
.elif ${WANT_APACHE} == common2
-SUEXEC_CONFARGS= suexec
+SUEXEC_CONFARGS= with-suexec
.else
IGNORE= Can not determine apache version
.endif