aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/zabbix
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2007-12-13 16:36:15 +0800
committersat <sat@FreeBSD.org>2007-12-13 16:36:15 +0800
commitd71c3767b4a92283a393610bcd7bc4266dac9978 (patch)
tree8743cea5f256d105a3a529ab77b1710eead4347b /net-mgmt/zabbix
parent0cea25eecc4df616693d998a230c78939bf5214f (diff)
downloadfreebsd-ports-gnome-d71c3767b4a92283a393610bcd7bc4266dac9978.tar.gz
freebsd-ports-gnome-d71c3767b4a92283a393610bcd7bc4266dac9978.tar.zst
freebsd-ports-gnome-d71c3767b4a92283a393610bcd7bc4266dac9978.zip
- Add support for IPv6
Diffstat (limited to 'net-mgmt/zabbix')
-rw-r--r--net-mgmt/zabbix/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-mgmt/zabbix/Makefile b/net-mgmt/zabbix/Makefile
index cc2ebfd54669..c5fe5533b5b8 100644
--- a/net-mgmt/zabbix/Makefile
+++ b/net-mgmt/zabbix/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