aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-05-05 00:28:14 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-05-05 00:28:14 +0800
commit58524fb3915c690615cc5378dbd5013b4a739871 (patch)
treec8a7fe331e42cd9b5f865bef3a5ffb9d2be5cd5c /net
parenta4e2ba644681be33398a2e237336184d4cc2cb53 (diff)
downloadfreebsd-ports-gnome-58524fb3915c690615cc5378dbd5013b4a739871.tar.gz
freebsd-ports-gnome-58524fb3915c690615cc5378dbd5013b4a739871.tar.zst
freebsd-ports-gnome-58524fb3915c690615cc5378dbd5013b4a739871.zip
- Fix segfault when devel/ncurses installed
PR: ports/189326 Submitted by: ashish
Diffstat (limited to 'net')
-rw-r--r--net/mtr/Makefile3
1 files changed, 2 insertions, 1 deletions
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