mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Fix segfault when devel/ncurses installed
PR: ports/189326 Submitted by: ashish
This commit is contained in:
parent
2c59b06f02
commit
158c680cfe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352965
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue