aboutsummaryrefslogtreecommitdiff
path: root/www/suphp
diff options
context:
space:
mode:
Diffstat (limited to 'www/suphp')
-rw-r--r--www/suphp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/suphp/Makefile b/www/suphp/Makefile
index afd795bf0b1c..5f68c2564330 100644
--- a/www/suphp/Makefile
+++ b/www/suphp/Makefile
@@ -51,7 +51,7 @@ CONFIGURE_ARGS+= --disable-checkuid
CONFIGURE_ARGS+= --disable-checkgid
.endif
## WITH_SETID_MODE: Mode to use for setting UID/GID.
-CONFIGURE_ARGS+= --enable-setid=${WITH_SETID_MODE}
+CONFIGURE_ARGS+= --enable-setid-mode=${WITH_SETID_MODE}
.include <bsd.port.pre.mk>