aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-12 09:05:39 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-12 09:05:39 +0000
commit2c9f5e3393a10fbc471d122b44706d23723b3c49 (patch)
treee7103bb65e9fd1ff4774b6f2ff3a788fc0dc4a28 /ftp
parentac95f5ae9f6c5c8ad7c4c34d6ec6114d93937b78 (diff)
downloadports-2c9f5e3393a10fbc471d122b44706d23723b3c49.tar.gz
ports-2c9f5e3393a10fbc471d122b44706d23723b3c49.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/frox/Makefile2
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>