diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-04 19:52:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-04 19:52:20 +0000 |
commit | d8ddfebaeca78be9313ee64b2fba7ed105ed8b14 (patch) | |
tree | f3ad353c86cb9e2a4ea57ba8822e13e12c37486c /net/zebra | |
parent | 32eff7f13990db83b3d8a8241c840679056f9b40 (diff) | |
download | ports-d8ddfebaeca78be9313ee64b2fba7ed105ed8b14.tar.gz ports-d8ddfebaeca78be9313ee64b2fba7ed105ed8b14.zip |
- Chase net -> net-mgmt repocopy of net-snmp4.
PR: ports/63722
Submitted by: Thomas Vogt <thomas@bsdunix.ch>
Notes
Notes:
svn path=/head/; revision=102937
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 6cc773929694..9a5c8a9926f4 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 |