aboutsummaryrefslogtreecommitdiff
path: root/www/transproxy
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/transproxy
parent930db90bb494a9fdfbd77f94ef6bd68c768a1fa5 (diff)
downloadports-656f628d50698a4aceab0c17923c0a4366cb4df7.tar.gz
ports-656f628d50698a4aceab0c17923c0a4366cb4df7.zip
Notes
Diffstat (limited to 'www/transproxy')
-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"