From b41243c12c88271c863ecbe6ca6761165e2039c5 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 7 Dec 2005 12:03:16 +0000 Subject: Change ONLY_FOR_PLATFORM to NetBSD 2.x. NetBSD 3 has pf in base so this pkg is redundant on that version and on -current it doesn't even build without errors. --- security/pflkm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/pflkm/Makefile b/security/pflkm/Makefile index da95c4d6629..705b48e3083 100644 --- a/security/pflkm/Makefile +++ b/security/pflkm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/12/05 20:50:57 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2005/12/07 12:03:16 peter Exp $ DISTNAME= pflkm-20050511 CATEGORIES= security @@ -8,7 +8,7 @@ MAINTAINER= peter@pointless.nl HOMEPAGE= http://nedbsd.nl/~ppostma/pf/ COMMENT= OpenBSD Packet Filter as loadable kernel module for NetBSD -ONLY_FOR_PLATFORM= NetBSD-[2-9]*-* +ONLY_FOR_PLATFORM= NetBSD-2.[0-9]*-* USE_PKGINSTALL= yes NO_CONFIGURE= yes -- cgit v1.2.3