diff options
author | beech <beech@FreeBSD.org> | 2008-08-06 22:32:25 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-08-06 22:32:25 +0800 |
commit | fd0ed07d05637cfa9865a569cefc026051983a9a (patch) | |
tree | caef9e50efa941953c9b5a24d1aa4f43cb4db222 /ftp/proftpd | |
parent | 52b80fc0b78792a14edd36c13da73ea5df001598 (diff) | |
download | freebsd-ports-gnome-fd0ed07d05637cfa9865a569cefc026051983a9a.tar.gz freebsd-ports-gnome-fd0ed07d05637cfa9865a569cefc026051983a9a.tar.zst freebsd-ports-gnome-fd0ed07d05637cfa9865a569cefc026051983a9a.zip |
- Mark option mod_codeconv as possibly broken.
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 42443e392252..fb19e8660e89 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -87,7 +87,7 @@ OPTIONS= IPV6 "Use IPv6" off \ CLAMAV "Include mod_clamav" off \ DIGEST "Include mod_digest" off \ COMB "Include mod_comb (multistream upload)" off \ - CODECONV "Use charset conversion (mod_codeconv)" off + CODECONV "Use charset conversion (possibly broken)" off MODULES?= LIBDIRS?= |