diff options
author | peter <peter@FreeBSD.org> | 1998-03-28 16:25:28 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-03-28 16:25:28 +0800 |
commit | 4b575f84cab903a261c2dcd6b22d82bcc5c10b20 (patch) | |
tree | 6724ddc9db3f16adbf75fee584ba0db3ac9e49ab /www | |
parent | d499a471ca7aee550b9ef698e887726af8f21a14 (diff) | |
download | freebsd-ports-gnome-4b575f84cab903a261c2dcd6b22d82bcc5c10b20.tar.gz freebsd-ports-gnome-4b575f84cab903a261c2dcd6b22d82bcc5c10b20.tar.zst freebsd-ports-gnome-4b575f84cab903a261c2dcd6b22d82bcc5c10b20.zip |
Clarify the conditional brokenness and mention where ipfilter comes from.
Diffstat (limited to 'www')
-rw-r--r-- | www/transproxy/Makefile | 3 |
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" |