summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2002-02-24 19:15:42 +0000
committerAnders Nordby <anders@FreeBSD.org>2002-02-24 19:15:42 +0000
commitf995163ff673c8914675b60cb6fe8228056b57cd (patch)
tree52ae5ef64a63dae1c3c13707e9c089f96b3b4c44 /net-mgmt/net-snmp
parentAdd darkstat, a ntop-like network statistics gatherer. (diff)
Add TCP Wrappers support.
Silence by: billf
Notes
Notes: svn path=/head/; revision=55198
Diffstat (limited to 'net-mgmt/net-snmp')
-rw-r--r--net-mgmt/net-snmp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile
index 88821e689cd5..10e51eb797d4 100644
--- a/net-mgmt/net-snmp/Makefile
+++ b/net-mgmt/net-snmp/Makefile
@@ -22,7 +22,8 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
-CONFIGURE_ARGS+= --enable-shared --with-mib-modules="host" --with-gnu-ld
+CONFIGURE_ARGS+= --enable-shared --with-mib-modules="host" --with-gnu-ld \
+ --with-libwrap
.if defined(BATCH)
CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where
.else