diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-02-25 22:15:56 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-02-25 22:15:56 +0000 |
commit | 7d4a16a84d575bc1b33db20108621eb018b949c2 (patch) | |
tree | 6b81070819741d786b03096c315836e2034dce19 /net-mgmt | |
parent | 43b06b941af37648b21c42088ee34e0e0bdd52fc (diff) |
Notes
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 |