aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/proftpd')
-rw-r--r--ftp/proftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index 904ebad1e7e4..b959946a3163 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -112,7 +112,7 @@ PROFTPD_LIBS+= -lssl -lcrypto
.endif
.if defined(WITH_CTRLS)
-CFLAGS+= --enable-ctrls
+CONFIGURE_ARGS+= --enable-ctrls
MAN8+= ftpdctl.8
.else
.endif