diff options
author | peter <peter@pkgsrc.org> | 2005-12-07 12:03:16 +0000 |
---|---|---|
committer | peter <peter@pkgsrc.org> | 2005-12-07 12:03:16 +0000 |
commit | b41243c12c88271c863ecbe6ca6761165e2039c5 (patch) | |
tree | 633dd5a0d514190ee4aef4edbc572e6c9c24de42 /security/pflkm | |
parent | bf253d50a853db0125da941f2bc1b9d179b8ab84 (diff) | |
download | pkgsrc-b41243c12c88271c863ecbe6ca6761165e2039c5.tar.gz |
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.
Diffstat (limited to 'security/pflkm')
-rw-r--r-- | security/pflkm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |