diff options
author | pav <pav@FreeBSD.org> | 2005-09-14 23:27:00 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-14 23:27:00 +0000 |
commit | adb8e3ed8975728995f5248cf26e100c9a8de1f4 (patch) | |
tree | ff69b15fbb5a9068e8c41408afe53764460c6708 /www/squid31 | |
parent | 180bd48ff1a1be93d7805d97ab7621e761b410ed (diff) | |
download | FreeBSD-ports-adb8e3ed8975728995f5248cf26e100c9a8de1f4.zip FreeBSD-ports-adb8e3ed8975728995f5248cf26e100c9a8de1f4.tar.gz |
- Remove dependencies on security/pf, it was removed. pf is in base since
502106
Pointy hat to: pav
Diffstat (limited to 'www/squid31')
-rw-r--r-- | www/squid31/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index fd83f4f..c64c1ee 100644 --- a/www/squid31/Makefile +++ b/www/squid31/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, |