- Don't depend on security/pf and extend IGNORE up to point of pf import to

base

Approved by:	bms (maintainer)
This commit is contained in:
Pav Lucistnik 2005-09-14 23:10:35 +00:00
parent c192c21ea7
commit 09111ce04d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142763

View file

@ -16,16 +16,11 @@ EXTRACT_SUFX= .tgz
MAINTAINER= bms@FreeBSD.org
COMMENT= Open 802.11 Splash Screen
BUILD_DEPENDS= \
${LOCALBASE}/sbin/pfctl:${PORTSDIR}/security/pf
RUN_DEPENDS= \
${LOCALBASE}/sbin/pfctl:${PORTSDIR}/security/pf
USE_GNOME= glib12
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
.if ${OSVERSION} < 502105
IGNORE= Requires 5.x or later for pf(4) firewall support
.endif