databases/kexi: fix build by nmaking testlib dependency explicit
Another one of the "testlib was a runtime dependency of *something* in the stack and was used implicitly here" fixes. Even though tests are turned off through CMake arguments, testlib is still needed at configure time.
This commit is contained in:
parent
610227f565
commit
311f9ba169
@ -1,6 +1,6 @@
|
||||
PORTNAME= kexi
|
||||
DISTVERSION= 3.2.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= databases kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/src
|
||||
DIST_SUBDIR= KDE/${PORTNAME}
|
||||
@ -21,7 +21,7 @@ USE_KDE= auth bookmarks codecs completion config \
|
||||
solid sonnet texteditor textwidgets widgetsaddons \
|
||||
xmlgui breeze-icons_build
|
||||
USE_QT= concurrent core dbus declarative gui network printsupport webkit widgets xml \
|
||||
buildtools_build qmake_build
|
||||
buildtools_build qmake_build testlib_build
|
||||
|
||||
CONFLICTS_INSTALL= calligra-2*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user