aboutsummaryrefslogtreecommitdiff
path: root/net/mtr
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-04 16:28:14 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-04 16:28:14 +0000
commit158c680cfebeb62b9ebc23ac4394cf6e55cd8087 (patch)
treec8a7fe331e42cd9b5f865bef3a5ffb9d2be5cd5c /net/mtr
parent2c59b06f029668999fd23e071a87d317224ac4da (diff)
downloadports-158c680cfebeb62b9ebc23ac4394cf6e55cd8087.tar.gz
ports-158c680cfebeb62b9ebc23ac4394cf6e55cd8087.zip
- Fix segfault when devel/ncurses installed
PR: ports/189326 Submitted by: ashish
Notes
Notes: svn path=/head/; revision=352965
Diffstat (limited to 'net/mtr')
-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