diff options
Diffstat (limited to 'net-mgmt/zabbix2/Makefile')
-rw-r--r-- | net-mgmt/zabbix2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/zabbix2/Makefile b/net-mgmt/zabbix2/Makefile index 80b925b776fa..428a40557610 100644 --- a/net-mgmt/zabbix2/Makefile +++ b/net-mgmt/zabbix2/Makefile @@ -7,6 +7,7 @@ PORTNAME= zabbix PORTVERSION= 1.4.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= SF @@ -41,7 +42,7 @@ SUB_FILES= pkg-message .ifndef WITHOUT_LDAP USE_OPENLDAP= yes CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls \ +LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls \ sasl2.2:${PORTSDIR}/security/cyrus-sasl2 .endif .ifdef WITH_IPV6 |