diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ng_ipacct/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/ng_ipacct/Makefile b/net-mgmt/ng_ipacct/Makefile index 338bbff9a8a4..277bc8c0c016 100644 --- a/net-mgmt/ng_ipacct/Makefile +++ b/net-mgmt/ng_ipacct/Makefile @@ -15,9 +15,9 @@ MAINTAINER= skv@FreeBSD.org COMMENT= Netgraph IP accounting .ifndef PACKAGE_BUILDING -NO_PACKAGE= "Depends on kernel" +NO_PACKAGE= Depends on kernel .else -IGNORE= "Depends on kernel" +IGNORE= Depends on kernel .endif OPTIONS= MEM_ZONE "Use UMA zone allocator (>= 5.x only)" on |