aboutsummaryrefslogtreecommitdiffstats
path: root/net/nocatsplash
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-09-15 07:10:35 +0800
committerpav <pav@FreeBSD.org>2005-09-15 07:10:35 +0800
commit13b1d52c6cc0b74cc1fbae793ebd7f1ff36b7d18 (patch)
treee39edde277d3dbac298bf65d9d50b899d1cc396d /net/nocatsplash
parentfd3f547640b9a0d8908e72f22c77426719f3589a (diff)
downloadfreebsd-ports-gnome-13b1d52c6cc0b74cc1fbae793ebd7f1ff36b7d18.tar.gz
freebsd-ports-gnome-13b1d52c6cc0b74cc1fbae793ebd7f1ff36b7d18.tar.zst
freebsd-ports-gnome-13b1d52c6cc0b74cc1fbae793ebd7f1ff36b7d18.zip
- Don't depend on security/pf and extend IGNORE up to point of pf import to
base Approved by: bms (maintainer)
Diffstat (limited to 'net/nocatsplash')
-rw-r--r--net/nocatsplash/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/net/nocatsplash/Makefile b/net/nocatsplash/Makefile
index 8e87dc42e762..4807ba271079 100644
--- a/net/nocatsplash/Makefile
+++ b/net/nocatsplash/Makefile
@@ -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