diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:08:39 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:08:39 +0000 |
commit | 4d5623ea35be1700ed738b3434c31b6e40943604 (patch) | |
tree | 9811a15ac44a1c22adc82f032496ba3c52a709f6 /www/squid30 | |
parent | 0d263e77cb9c8fc0d78cb27161bb31c39bbd3910 (diff) | |
download | ports-4d5623ea35be1700ed738b3434c31b6e40943604.tar.gz ports-4d5623ea35be1700ed738b3434c31b6e40943604.zip |
Notes
Diffstat (limited to 'www/squid30')
-rw-r--r-- | www/squid30/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 96cfb4ea43cb..73ef1c292acd 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -341,7 +341,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 |