diff options
author | sat <sat@FreeBSD.org> | 2007-12-13 16:36:15 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-12-13 16:36:15 +0800 |
commit | d71c3767b4a92283a393610bcd7bc4266dac9978 (patch) | |
tree | 8743cea5f256d105a3a529ab77b1710eead4347b /net-mgmt/zabbix2-agent | |
parent | 0cea25eecc4df616693d998a230c78939bf5214f (diff) | |
download | freebsd-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/zabbix2-agent')
-rw-r--r-- | net-mgmt/zabbix2-agent/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/zabbix2-agent/Makefile b/net-mgmt/zabbix2-agent/Makefile index 74c982214a2f..8a1cb8c117e2 100644 --- a/net-mgmt/zabbix2-agent/Makefile +++ b/net-mgmt/zabbix2-agent/Makefile @@ -7,6 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.4.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= SF @@ -20,6 +21,9 @@ USE_RC_SUBR= zabbix_agentd GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-agent --disable-server MAKE_ARGS= ARCH=freebsd +.ifndef WITHOUT_IPV6 +CONFIGURE_ARGS+=--enable-ipv6 +.endif ZABBIX_BIN= agent agentd get sender ZABBIX_CFG= agent agentd |