summaryrefslogtreecommitdiff
path: root/www/squid
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:08:39 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:08:39 +0000
commit4d5623ea35be1700ed738b3434c31b6e40943604 (patch)
tree9811a15ac44a1c22adc82f032496ba3c52a709f6 /www/squid
parentRemove support for OSVERSION < 5 (diff)
Remove support for OSVERSION < 5
Notes
Notes: svn path=/head/; revision=200766
Diffstat (limited to 'www/squid')
-rw-r--r--www/squid/Makefile2
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