diff options
Diffstat (limited to 'net/zebra')
-rw-r--r-- | net/zebra/scripts/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/zebra/scripts/configure b/net/zebra/scripts/configure index 6cc7739..9a5c8a9 100644 --- a/net/zebra/scripts/configure +++ b/net/zebra/scripts/configure @@ -50,7 +50,7 @@ while [ "$1" ]; do ;; \"SNMP\") echo CONFIGURE_ARGS+=--enable-snmp - echo 'LIB_DEPENDS+=snmp.4:${PORTSDIR}/net/net-snmp4:install' + echo 'LIB_DEPENDS+=snmp.4:${PORTSDIR}/net-mgmt/net-snmp4:install' ;; \"TCP-ZEBRA\") echo CONFIGURE_ARGS+=--enable-tcp-zebra |