Change dependency on the soon to be removed net/p5-INET6 to the identical net/p5-IO-Socket-INET6
21 lines
477 B
Makefile
21 lines
477 B
Makefile
# $NetBSD: options.mk,v 1.2 2009/03/07 15:02:23 seb Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.mrtg
|
|
|
|
PKG_SUPPORTED_OPTIONS= inet6 mrtg-snmpv3
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
###
|
|
### Use an external SNMP module to get SNMPv3 support
|
|
###
|
|
.if !empty(PKG_OPTIONS:Mmrtg-snmpv3)
|
|
DEPENDS+= p5-Net-SNMP-[0-9]*:../../net/p5-Net-SNMP
|
|
.endif
|
|
|
|
###
|
|
### Support for IPv6 enabled devices
|
|
###
|
|
.if !empty(PKG_OPTIONS:Minet6)
|
|
DEPENDS+= p5-IO-Socket-INET6>=2.00:../../net/p5-IO-Socket-INET6
|
|
.endif
|