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