To avoid this port building on pointyhat, use IGNORE and not NO_PACKAGE

This commit is contained in:
Erwin Lansing 2008-08-05 07:19:31 +00:00
parent d937f9d585
commit 2e80e2c548
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218054

View file

@ -15,7 +15,7 @@ MAINTAINER= skv@FreeBSD.org
COMMENT= Netgraph IP accounting
.ifndef PACKAGE_BUILDING
NO_PACKAGE= "Depends on kernel"
IGNORE= "Depends on kernel"
.endif
OPTIONS= MEM_ZONE "Use UMA zone allocator (>= 5.x only)" on