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 | |
parent | - Add info to install PySQLite port in order to use some (diff) |
- Fix defaults with BATCH=yes
PR: ports/64126
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=103741
-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> |