diff options
Diffstat (limited to 'net/callweaver')
-rw-r--r-- | net/callweaver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/callweaver/Makefile b/net/callweaver/Makefile index 7af2e600811c..3f9d757b050d 100644 --- a/net/callweaver/Makefile +++ b/net/callweaver/Makefile @@ -6,7 +6,7 @@ PORTNAME= callweaver PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://devs.callweaver.org/release/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -147,7 +147,7 @@ PLIST_SUB+= LDAP="@comment " .endif .if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+= --with-res_snmp PLIST_SUB+= SNMP="" .else |