From 158c680cfebeb62b9ebc23ac4394cf6e55cd8087 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 4 May 2014 16:28:14 +0000 Subject: [PATCH] - Fix segfault when devel/ncurses installed PR: ports/189326 Submitted by: ashish --- net/mtr/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 5a288b88f894..9cdf064a5c50 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -19,7 +19,8 @@ GLIB_DESC= Build with glib library X11_DESC= Build X11-enabled mtr GNU_CONFIGURE= yes -USES= pkgconfig +LDFLAGS+= -lncurses +USES= ncurses pkgconfig PLIST_FILES= man/man8/mtr.8.gz \ sbin/mtr