aboutsummaryrefslogtreecommitdiff
path: root/www/squid
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-14 23:27:00 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-14 23:27:00 +0000
commit3ba03fca82bbb5c23d6a35130c470ab789eac4b9 (patch)
treee31b6ac5868b0406252061aaa4e581b9fc9c736c /www/squid
parentac1f9d347a87d0c305ab739568c18c3f4cd98ea4 (diff)
downloadports-3ba03fca82bbb5c23d6a35130c470ab789eac4b9.tar.gz
ports-3ba03fca82bbb5c23d6a35130c470ab789eac4b9.zip
- Remove dependencies on security/pf, it was removed. pf is in base since
502106 Pointy hat to: pav
Notes
Notes: svn path=/head/; revision=142767
Diffstat (limited to 'www/squid')
-rw-r--r--www/squid/Makefile5
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,