diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-12-13 08:36:15 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-12-13 08:36:15 +0000 |
commit | 6d1aa816e1617330514dc3e00e131683a72714f4 (patch) | |
tree | 1b0d853f95cdb0e00d5a73fe4a2824835f0235dc /net-mgmt/zabbix2 | |
parent | a68d9a0e638b4fc41ad2e5ce9e5165889c9d9b12 (diff) |
Notes
Diffstat (limited to 'net-mgmt/zabbix2')
-rw-r--r-- | net-mgmt/zabbix2/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-mgmt/zabbix2/Makefile b/net-mgmt/zabbix2/Makefile index cc2ebfd54669..c5fe5533b5b8 100644 --- a/net-mgmt/zabbix2/Makefile +++ b/net-mgmt/zabbix2/Makefile @@ -7,7 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.4.3 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= SF @@ -23,6 +23,7 @@ OPTIONS= MYSQL "Use MySQL backend" on \ PGSQL "Use PostgreSQL backend" off \ SQLITE "Use SQLite backend" off \ LDAP "Support for checking LDAP servers" on \ + IPV6 "Support for IPv6" on \ FPING "Use fping for pinging hosts" on USE_GMAKE= yes @@ -44,6 +45,9 @@ CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls \ sasl2.2:${PORTSDIR}/security/cyrus-sasl2 .endif +.ifdef WITH_IPV6 +CONFIGURE_ARGS+=--enable-ipv6 +.endif .ifndef WITHOUT_FPING RUN_DEPENDS+= fping:${PORTSDIR}/net/fping .endif |