1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Don't overlook the n in ifndef and restore the original meaning

for NO_PACKAGE, and add a separate IGNORE for pointyhat.

Noticed by:	Eugene Kazarinov <kamuzon@milshop.ru>
This commit is contained in:
Erwin Lansing 2008-08-07 09:49:55 +00:00
parent cf61cd5259
commit d96f66200f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218189

View File

@ -15,6 +15,8 @@ MAINTAINER= skv@FreeBSD.org
COMMENT= Netgraph IP accounting
.ifndef PACKAGE_BUILDING
NO_PACKAGE= "Depends on kernel"
.else
IGNORE= "Depends on kernel"
.endif