aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/proftpd-devel
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/proftpd-devel')
-rw-r--r--ftp/proftpd-devel/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile
index 477dc5539b89..ecb55f34d3e3 100644
--- a/ftp/proftpd-devel/Makefile
+++ b/ftp/proftpd-devel/Makefile
@@ -69,6 +69,7 @@ OPTIONS= IPV6 "Use IPv6" off \
LDAP_TLS "Use LDAP TLS (Requires LDAP, OPENSSL)" off\
MYSQL "MySQL auth (Can be combined)" off \
PGSQL "Postgres auth (Can be combined)" off \
+ SHAPER "Shaper module" off \
SQLITE "SQLite auth (Can be combined)" off \
ODBC "ODBC (Can be combined)" off \
OPENSSL "Include mod_tls" on \
@@ -135,6 +136,10 @@ MODULES:=${MODULES}:mod_wrap2_sql
MODULES:=${MODULES}:mod_radius
.endif
+.if defined(WITH_SHAPER)
+MODULES:=${MODULES}:mod_shaper
+.endif
+
.if defined(WITH_QUOTATAB_RADIUS)
MODULES:=${MODULES}:mod_quotatab_radius
.endif