net/sqtop: Fix build with llvm16
- Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
a669deada4
commit
908e5eb6bd
1 changed files with 3 additions and 2 deletions
|
@ -10,14 +10,15 @@ WWW= https://github.com/paleg/sqtop/
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USE_CXXSTD= c++14
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= paleg
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/sqtop \
|
||||
man/man1/sqtop.1.gz
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
OPTIONS_DEFINE= NCURSES
|
||||
OPTIONS_DEFAULT= NCURSES
|
||||
|
||||
|
|
Loading…
Reference in a new issue