aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2004-10-17 21:43:54 +0000
committerMichael Haro <mharo@FreeBSD.org>2004-10-17 21:43:54 +0000
commitb932c04b69bf5f64c24aad2bbc9c8b905bf9791e (patch)
tree91ed6c84e6da41f34c5d32560e9323fc39d0a9e7 /ftp/proftpd
parent3bffe907e1a5ae966c6447db59ca09c5ba3165d1 (diff)
downloadports-b932c04b69bf5f64c24aad2bbc9c8b905bf9791e.tar.gz
ports-b932c04b69bf5f64c24aad2bbc9c8b905bf9791e.zip
Notes
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