diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 08:08:39 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 08:08:39 +0800 |
commit | 20b96b7fbcb96822c60f131033529f90bb4d89e6 (patch) | |
tree | 6ee1e660490687dbacdb28dd53de6408b30cd779 /www/squid31 | |
parent | 33de379b2b19f34cf6e1c6ecd3e605aec60ca530 (diff) | |
download | freebsd-ports-gnome-20b96b7fbcb96822c60f131033529f90bb4d89e6.tar.gz freebsd-ports-gnome-20b96b7fbcb96822c60f131033529f90bb4d89e6.tar.zst freebsd-ports-gnome-20b96b7fbcb96822c60f131033529f90bb4d89e6.zip |
Remove support for OSVERSION < 5
Diffstat (limited to 'www/squid31')
-rw-r--r-- | www/squid31/Makefile | 2 |
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 |