summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-03-28 08:25:28 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-03-28 08:25:28 +0000
commit656f628d50698a4aceab0c17923c0a4366cb4df7 (patch)
treebc8a118d3305555de738019571ab70fbaa2a937a /www
parentImport a -current only transparent proxy kit, based on the Linux transproxy (diff)
Clarify the conditional brokenness and mention where ipfilter comes from.
Notes
Notes: svn path=/head/; revision=10339
Diffstat (limited to 'www')
-rw-r--r--www/transproxy/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/transproxy/Makefile b/www/transproxy/Makefile
index 9acbdfece545..95d70595e23c 100644
--- a/www/transproxy/Makefile
+++ b/www/transproxy/Makefile
@@ -15,6 +15,9 @@ MAINTAINER= peter@FreeBSD.ORG
ALL_TARGET= tproxy
+# This has only been tested with -current, although it might work if you
+# can get the ipfilter package to build on a 2.2.x system. YMMV.
+# ftp://cheops.anu.edu.au/pub/net/firewall/ip-filter/
OSVERSION!= sysctl -n kern.osreldate
.if ${OSVERSION} < 300000
BROKEN= "transproxy requires ipfilter, available in 3.0 or later"