diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-14 23:10:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-14 23:10:35 +0000 |
commit | 09111ce04d13c4300d552cd90f0e7c4e696f966e (patch) | |
tree | b0dacb59ac402a3c3980e7bec8275eeea617b7cb /net/nocatsplash | |
parent | c192c21ea7e781a602f6fdaa18f3f98d402598b4 (diff) |
Notes
Diffstat (limited to 'net/nocatsplash')
-rw-r--r-- | net/nocatsplash/Makefile | 7 |
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 |