diff options
author | vs <vs@FreeBSD.org> | 2004-05-21 09:02:44 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-05-21 09:02:44 +0000 |
commit | 74df4970cf44f0f02964a6398e12818aeec6a9f0 (patch) | |
tree | b0869bb972fee61a5b228d905093a234ec825bc4 /net/zabbix-agent | |
parent | 64534c9e767de5faf11827b4b2d758285cb6644c (diff) | |
download | FreeBSD-ports-74df4970cf44f0f02964a6398e12818aeec6a9f0.zip FreeBSD-ports-74df4970cf44f0f02964a6398e12818aeec6a9f0.tar.gz |
Unbreak net/zabbix-agent.
PR: ports/66923
Submitted by: Sergey Akifyev (maintainer)
Diffstat (limited to 'net/zabbix-agent')
-rw-r--r-- | net/zabbix-agent/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/zabbix-agent/Makefile b/net/zabbix-agent/Makefile index 6f3ffef..ab2a6bc 100644 --- a/net/zabbix-agent/Makefile +++ b/net/zabbix-agent/Makefile @@ -14,6 +14,4 @@ COMMENT= Very advanced network monitoring system (agent only) ZABBIX_AGENT_ONLY=yes MASTERDIR= ${.CURDIR}/../../net-mgmt/zabbix -BROKEN= "Configure fails" - .include "${MASTERDIR}/Makefile" |