diff options
author | krion <krion@FreeBSD.org> | 2004-03-12 17:05:39 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-12 17:05:39 +0800 |
commit | 3f89e57a7ff88cab886b027a38c8d7b59af273bb (patch) | |
tree | beb061ed0f0ba598714b52bbd849874d9b3e4b60 /ftp | |
parent | b2246efc02d422f126668ed3626611b4c72c8a45 (diff) | |
download | freebsd-ports-graphics-3f89e57a7ff88cab886b027a38c8d7b59af273bb.tar.gz freebsd-ports-graphics-3f89e57a7ff88cab886b027a38c8d7b59af273bb.tar.zst freebsd-ports-graphics-3f89e57a7ff88cab886b027a38c8d7b59af273bb.zip |
- Fix defaults with BATCH=yes
PR: ports/64126
Submitted by: maintainer
Diffstat (limited to 'ftp')
-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 b8b91cdecf3..0515b54af33 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> |