aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-02-26 06:15:56 +0800
committereadler <eadler@FreeBSD.org>2012-02-26 06:15:56 +0800
commit84a53fea3409587610f29c09715c943c7e1e0236 (patch)
treed9c1239112a397874d08377e48b94cd1d2938097 /net-mgmt
parent1636dc1fada473be1087c2e2bf7e8f079ae55d6a (diff)
downloadfreebsd-ports-gnome-84a53fea3409587610f29c09715c943c7e1e0236.tar.gz
freebsd-ports-gnome-84a53fea3409587610f29c09715c943c7e1e0236.tar.zst
freebsd-ports-gnome-84a53fea3409587610f29c09715c943c7e1e0236.zip
Remove quotes from BROKEN and IGNORE as they are not required
Approved by: maintainer timeout
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/ng_ipacct/Makefile4
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