zabbix50-proxy: Depend on net/fping and fix some pkglint warnings

This commit is contained in:
Juraj Lutter 2020-10-15 22:01:57 +00:00
parent 4ea442cc08
commit f03773c47e
2 changed files with 4 additions and 2 deletions

View File

@ -8,6 +8,8 @@ COMMENT= Enterprise-class Monitoring Solution for Everyone
CONFLICTS+= zabbix-[0-9]*
CONFLICTS+= zabbix-proxy-[0-9]*
DEPENDS+= fping-[0-9]*:../../net/fping
USE_TOOLS+= aclocal autoconf automake pax pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-proxy

View File

@ -12,7 +12,7 @@ PKG_SUGGESTED_OPTIONS+= inet6
.include "../../mk/bsd.options.mk"
PLIST_VARS+= pgsql
PLIST_VARS+= pgsql
.if !empty(PKG_OPTIONS:Minet6)
CONFIGURE_ARGS+= --enable-ipv6
@ -53,6 +53,6 @@ ZABBIX_DB_TYPE= sqlite3
.endif
.if !empty(PKG_OPTIONS:Mipmi)
CONFIGURE_ARGS+= --with-openipmi=${LOCALBASE}
CONFIGURE_ARGS+= --with-openipmi=${PREFIX}
.include "../../devel/OpenIPMI/buildlink3.mk"
.endif