diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-12 09:05:39 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-12 09:05:39 +0000 |
commit | 2c9f5e3393a10fbc471d122b44706d23723b3c49 (patch) | |
tree | e7103bb65e9fd1ff4774b6f2ff3a788fc0dc4a28 /ftp/frox | |
parent | ac95f5ae9f6c5c8ad7c4c34d6ec6114d93937b78 (diff) |
Notes
Diffstat (limited to 'ftp/frox')
-rw-r--r-- | ftp/frox/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/frox/Makefile b/ftp/frox/Makefile index b8b91cdecf3a..0515b54af339 100644 --- a/ftp/frox/Makefile +++ b/ftp/frox/Makefile @@ -47,6 +47,8 @@ OPTIONS= IPFILTER "Use ipfilter instead of ipfw" off \ LOCAL_CACHE "Enable use of local cache" off \ CCP "Ftp-proxy style command control programs" on \ ROOT_RUN "Allow frox running as root (not recomended)" off +WITH_HTTP_CACHE?= yes +WITH_CCP?= yes .include <bsd.port.pre.mk> |