Skip to content

Commit

Permalink
databases/kexi: fix build by nmaking testlib dependency explicit
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Adriaan de Groot authored and Adriaan de Groot committed Dec 13, 2021
1 parent 610227f commit 311f9ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions databases/kexi/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand All @@ -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*

Expand Down

0 comments on commit 311f9ba

Please sign in to comment.