git: f24bb020fbe4 - main - textproc/kompare: pet stage-qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 19:12:36 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=f24bb020fbe44da27855a546d3c37173b0362334 commit f24bb020fbe44da27855a546d3c37173b0362334 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-09-05 19:04:47 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-09-05 19:06:56 +0000 textproc/kompare: pet stage-qa --- textproc/kompare/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/textproc/kompare/Makefile b/textproc/kompare/Makefile index 653a33e12a16..771bd66fe607 100644 --- a/textproc/kompare/Makefile +++ b/textproc/kompare/Makefile @@ -1,5 +1,6 @@ PORTNAME= kompare DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= textproc kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -7,7 +8,8 @@ COMMENT= Diff/Patch Frontend LIB_DEPENDS= libkomparediff2.so:textproc/libkomparediff2 -USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang desktop-file-utils gettext \ + kde:5 qt:5 tar:xz xorg USE_KDE= auth codecs completion config configwidgets coreaddons \ doctools i18n iconthemes jobwidgets kio parts service \ solid sonnet syntaxhighlighting texteditor textwidgets widgetsaddons \ @@ -15,6 +17,7 @@ USE_KDE= auth codecs completion config configwidgets coreaddons \ ecm_build USE_QT= concurrent core dbus gui network printsupport widgets xml \ buildtools_build qmake_build +USE_XORG= x11 OPTIONS_DEFINE= DOCS