diff options
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 29e4f322b7b0..5b2299e43284 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -346,7 +346,7 @@ IGNORE= pf available only in FreeBSD 5.3 and newer # Please see PR misc/44148 and the CVS log of src/include/Makefile for further # information. .if defined(WITH_SQUID_IPFILTER) -.if (${OSVERSION} >= 470000 && ${OSVERSION} < 500000) || (${OSVERSION} > 500032 && ${OSVERSION} < 501101) +.if (${OSVERSION} > 500032 && ${OSVERSION} < 501101) IGNORE= the IPFilter headers are not part of the base system .else CONFIGURE_ARGS+= --enable-ipf-transparent |