diff options
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index fd83f4f8a680..c64c1eef7263 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -296,10 +296,7 @@ CONFIGURE_ARGS+= --enable-arp-acl .if defined(WITH_SQUID_PF) CONFIGURE_ARGS+= --enable-pf-transparent .if ${OSVERSION} < 502106 -pf_includedir= ${LOCALBASE}/include/pf -BUILD_DEPENDS+= ${pf_includedir}/net/pfvar.h:${PORTSDIR}/security/pf -CFLAGS+= -I${pf_includedir} -EXTRA_PATCHES+= ${WRKDIR}/pf_from_ports.patch +IGNORE= pf available only in FreeBSD 5.3 and newer .endif .endif # IPFilter-headers are not installed on FreeBSD 4 since 4.7-RELEASE, |