diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:04:48 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:06:57 +0000 |
commit | 141d1c76b4212b974af7fd6c334efa55389204b4 (patch) | |
tree | 9b6fa1617e91207daa14fd719996ed993684daba | |
parent | f24bb020fbe44da27855a546d3c37173b0362334 (diff) |
textproc/kreport: pet stage-qa
-rw-r--r-- | textproc/kreport/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/kreport/Makefile b/textproc/kreport/Makefile index 8a09a7db09ec..7651d45eaa50 100644 --- a/textproc/kreport/Makefile +++ b/textproc/kreport/Makefile @@ -1,6 +1,6 @@ PORTNAME= kreport DISTVERSION= 3.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE/${PORTNAME} @@ -13,7 +13,8 @@ LIB_DEPENDS= libKPropertyCore3.so:x11-toolkits/kproperty USES= cmake compiler:c++11-lang gettext kde:5 \ python:3.5+ qt:5 tar:xz USE_KDE= config coreaddons ecm marble widgetsaddons -USE_QT= core declarative gui network webkit widgets xml \ +USE_QT= core declarative gui location network webchannel \ + webengine webkit widgets xml \ buildtools_build printsupport qmake_build CONFLICTS_INSTALL= calligra-2* |