diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-24 09:34:07 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-24 09:34:07 +0000 |
commit | 314c92b5fd1da2b9fcd4f41a08dcffc01cf33787 (patch) | |
tree | 520968ceb89dd2080b46c4def4bd428de1c01e5f /net/net-snmp/Makefile | |
parent | 164660b0c5edb26e437b699a2cfa60961659ce9c (diff) | |
download | pkgsrc-314c92b5fd1da2b9fcd4f41a08dcffc01cf33787.tar.gz |
Install the UCD-SNMP look-alike headers and libraries to ease porting of
older software to use net-snmp.
Diffstat (limited to 'net/net-snmp/Makefile')
-rw-r--r-- | net/net-snmp/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index ef724d9f793..1975410a5b0 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/10/24 08:29:33 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/24 09:34:07 jlam Exp $ DISTNAME= net-snmp-5.0.6 CATEGORIES= net @@ -52,6 +52,11 @@ CONFIGURE_ARGS+= --with-mibdirs="${NET_SNMP_MIBDIRS}" # when they shouldn't. # CONFIGURE_ARGS+= --with-dummy-values +# +# Install the UCD-SNMP look-alike headers and libraries to ease porting of +# older software to use net-snmp. +# +CONFIGURE_ARGS+= --enable-ucd-snmp-compatibility .if !exists(/usr/bin/lpstat) CONFIGURE_ENV+= ac_cv_path_LPSTAT_PATH=no |