summaryrefslogtreecommitdiff
path: root/www/transproxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/transproxy/Makefile')
-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"