diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-14 23:27:00 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-14 23:27:00 +0000 |
commit | 3ba03fca82bbb5c23d6a35130c470ab789eac4b9 (patch) | |
tree | e31b6ac5868b0406252061aaa4e581b9fc9c736c /www/squid30 | |
parent | ac1f9d347a87d0c305ab739568c18c3f4cd98ea4 (diff) | |
download | ports-3ba03fca82bbb5c23d6a35130c470ab789eac4b9.tar.gz ports-3ba03fca82bbb5c23d6a35130c470ab789eac4b9.zip |
Notes
Diffstat (limited to 'www/squid30')
-rw-r--r-- | www/squid30/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index fd83f4f8a680..c64c1eef7263 100644 --- a/www/squid30/Makefile +++ b/www/squid30/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, |