diff options
author | veego <veego@pkgsrc.org> | 2000-11-05 11:07:57 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2000-11-05 11:07:57 +0000 |
commit | 049cb894dea2da355ddbffafca0ce155f6109f21 (patch) | |
tree | b41143cb51effbdccc5535c39424b933a54115fb /net/ucd-snmp | |
parent | 898240467b95ede8ab77781c0b5e0fe2795e43ad (diff) | |
download | pkgsrc-049cb894dea2da355ddbffafca0ce155f6109f21.tar.gz |
Fix the scotty mips path.
Should we add a depends line for scotty?
Diffstat (limited to 'net/ucd-snmp')
-rw-r--r-- | net/ucd-snmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile index 12b38b186bf..1d050493d95 100644 --- a/net/ucd-snmp/Makefile +++ b/net/ucd-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/10/13 18:16:00 kim Exp $ +# $NetBSD: Makefile,v 1.23 2000/11/05 11:07:57 veego Exp $ # FreeBSD Id: Makefile,v 1.18 1998/04/06 20:50:31 andreas Exp # @@ -34,7 +34,7 @@ CONFIGURE_ARGS+=--disable-ipv6 .endif # this might make it easier to use scotty's mibs, and local ones too -CONFIGURE_ARGS+=--with-mibdirs="${PREFIX}/share/snmp/mibs:${PREFIX}/lib/tnm2.1.8/mibs:/usr/local/share/snmp/mibs" +CONFIGURE_ARGS+=--with-mibdirs="${PREFIX}/share/snmp/mibs:${PREFIX}/lib/tcl/tnm2.1.10/mibs:/usr/local/share/snmp/mibs" # deal with libwrap bogosity by providing these variables to programs which # do not supply them: |