aboutsummaryrefslogtreecommitdiff
path: root/www/squid31
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/squid31
parent0d263e77cb9c8fc0d78cb27161bb31c39bbd3910 (diff)
downloadports-4d5623ea35be1700ed738b3434c31b6e40943604.tar.gz
ports-4d5623ea35be1700ed738b3434c31b6e40943604.zip
Remove support for OSVERSION < 5
Notes
Notes: svn path=/head/; revision=200766
Diffstat (limited to 'www/squid31')
-rw-r--r--www/squid31/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile
index 96cfb4ea43cb..73ef1c292acd 100644
--- a/www/squid31/Makefile
+++ b/www/squid31/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