databases/sqlitestudio: document ncurses requirement (USES+=ncurses)
Also link with ncurses, not curses. approved by: infrastructure blanket
This commit is contained in:
parent
d047bd9e6e
commit
bab6f180eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408505
2 changed files with 12 additions and 1 deletions
|
@ -37,7 +37,7 @@ OPTIONS_SUB= yes
|
|||
|
||||
WRKSRC= ${WRKDIR}/SQLiteStudio3
|
||||
|
||||
USES= compiler:c++11-lib gmake qmake
|
||||
USES= compiler:c++11-lib gmake ncurses qmake
|
||||
USE_QT5= core gui svg sql xml network sql-sqlite3_run widgets script \
|
||||
concurrent uitools buildtools_build linguisttools_build
|
||||
USE_SQLITE= yes
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
--- sqlitestudiocli/sqlitestudiocli.pro.orig 2015-11-24 19:09:31 UTC
|
||||
+++ sqlitestudiocli/sqlitestudiocli.pro
|
||||
@@ -74,7 +74,7 @@ win32: {
|
||||
}
|
||||
|
||||
unix: {
|
||||
- LIBS += -lreadline -lcurses
|
||||
+ LIBS += -lreadline -lncurses
|
||||
}
|
||||
|
||||
HEADERS += \
|
Loading…
Reference in a new issue