summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/libtrace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libtrace/Makefile b/net/libtrace/Makefile
index 19432d4d4073..c1204202eb14 100644
--- a/net/libtrace/Makefile
+++ b/net/libtrace/Makefile
@@ -17,7 +17,7 @@ CONFIGURE_ARGS= --with-libpcap=${LOCALBASE} \
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USES= gmake libtool
+USES= gmake libtool ncurses
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>