summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-05 12:25:32 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-05 12:25:32 +0000
commitcfcdcc80e8a450c08e8bf5008e267958fdd9e070 (patch)
treed14a47487da06467ea936bfa55753f0a6474f8e9
parentnet/httping: document ncurses requirement (USES+=ncurses) (diff)
net/libtrace: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
-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>