diff options
author | erwin <erwin@FreeBSD.org> | 2008-08-05 15:19:31 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2008-08-05 15:19:31 +0800 |
commit | 6c3f4c7d503856f1a461c8b0db242af848f84817 (patch) | |
tree | 40f1863604831c143ccca887407302df64b93a32 | |
parent | fa96b4b5350d66523235be77069ce2e5323e321d (diff) | |
download | freebsd-ports-gnome-6c3f4c7d503856f1a461c8b0db242af848f84817.tar.gz freebsd-ports-gnome-6c3f4c7d503856f1a461c8b0db242af848f84817.tar.zst freebsd-ports-gnome-6c3f4c7d503856f1a461c8b0db242af848f84817.zip |
To avoid this port building on pointyhat, use IGNORE and not NO_PACKAGE
-rw-r--r-- | net-mgmt/ng_ipacct/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/ng_ipacct/Makefile b/net-mgmt/ng_ipacct/Makefile index d8cfff69128b..ae805218cbed 100644 --- a/net-mgmt/ng_ipacct/Makefile +++ b/net-mgmt/ng_ipacct/Makefile @@ -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 |