diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 22:02:09 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 22:05:53 +0300 |
commit | d8b5e00ef947e862e975f14e756445d515b3b7dd (patch) | |
tree | 30dfac634b1f09b372ba8328e30ddd479a9e3b2e | |
parent | deskutils/basket: pet stage-qa (diff) |
deskutils/grantlee-editor: pet stage-qa
-rw-r--r-- | deskutils/grantlee-editor/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/grantlee-editor/Makefile b/deskutils/grantlee-editor/Makefile index 6332727f3549..c7b98285a683 100644 --- a/deskutils/grantlee-editor/Makefile +++ b/deskutils/grantlee-editor/Makefile @@ -1,5 +1,6 @@ PORTNAME= grantlee-editor DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -14,7 +15,7 @@ LIB_DEPENDS= libassuan.so:security/libassuan \ libqgpgme.so:security/gpgme-qt5 USES= cmake compiler:c++11-lib gettext grantlee:5 \ - kde:5 qt:5 tar:xz + kde:5 qt:5 tar:xz xorg USE_KDE= archive attica auth codecs completion config configwidgets \ coreaddons crash dbusaddons i18n itemmodels jobwidgets \ kio newstuff service solid syntaxhighlighting texteditor \ @@ -26,6 +27,7 @@ USE_KDE+= akonadi akonadicontacts akonadimime contacts grantleetheme \ USE_QT= concurrent core dbus declarative gui location network \ printsupport webchannel webengine widgets xml \ buildtools_build qmake_build +USE_XORG= x11 USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr |