summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/iftop/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/iftop/Makefile b/net/iftop/Makefile
index 77d1ae0b0bf..5a9f5d6978a 100644
--- a/net/iftop/Makefile
+++ b/net/iftop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2013/02/06 19:30:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.14 2013/03/26 20:22:49 bsiegert Exp $
#
DISTNAME= iftop-0.17
@@ -12,6 +12,7 @@ COMMENT= Display bandwidth usage on an interface
USE_NCURSES= chgat
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-resolver=netdb_1thread
.include "../../devel/ncurses/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"