diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-09-15 20:41:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-09-15 20:41:29 +0000 |
commit | da04ea05fa2899d7252caa186011117d67ffb342 (patch) | |
tree | 9a19141b0dc2da22aaa9fe8c71ab69430bda08bc /ftp/proftpd-devel | |
parent | e89de43ae0339d2b07b4fa192de503424121afc3 (diff) | |
download | ports-da04ea05fa2899d7252caa186011117d67ffb342.tar.gz ports-da04ea05fa2899d7252caa186011117d67ffb342.zip |
Notes
Diffstat (limited to 'ftp/proftpd-devel')
-rw-r--r-- | ftp/proftpd-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index 8d7fdf937321..89c196d926a0 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/Makefile @@ -58,7 +58,7 @@ OPTIONS= IPV6 "Use IPv6" off \ LDAP_TLS "Use LDAP TLS (Requires LDAP, OPENSSL)" off\ MYSQL "Use MySQL" off \ PGSQL "Use Postgres" off \ - OPENSSL "Include mod_tls" off \ + OPENSSL "Include mod_tls" on \ QUOTA "Include mod_quota" off \ IFSESSION "Include mod_ifsession" on \ README "Include mod_readme" on \ @@ -68,7 +68,7 @@ OPTIONS= IPV6 "Use IPv6" off \ WRAP "Include mod_wrap2" on \ WRAP_FILE "Include mod_wrap2_file" off \ WRAP_SQL "Include mod_wrap2_sql" off \ - RADIUS "Include mod_radius" off \ + RADIUS "Include mod_radius" on \ QUOTATAB_RADIUS "include mod_quotatab_radius" off \ BAN "Include mod_ban (Requires CTRLS)" off \ NLS "Use nls (builds mod_lang)" off \ |