diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 22:02:07 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 22:05:52 +0300 |
commit | 04093f364f021a6ea3bd9fc1746c3714b0b86fb4 (patch) | |
tree | 4b8ac32dfe18087166d5f4d9a4541b744f282c6a /deskutils/akregator/Makefile | |
parent | deskutils/akonadiconsole: pet stage-qa (diff) |
deskutils/akregator: pet stage-qa
Diffstat (limited to '')
-rw-r--r-- | deskutils/akregator/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/deskutils/akregator/Makefile b/deskutils/akregator/Makefile index 197fcaef45a4..69a409305011 100644 --- a/deskutils/akregator/Makefile +++ b/deskutils/akregator/Makefile @@ -1,5 +1,6 @@ PORTNAME= akregator DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -13,7 +14,8 @@ LIB_DEPENDS= libassuan.so:security/libassuan \ libgpgmepp.so:security/gpgme-cpp \ libqgpgme.so:security/gpgme-qt5 -USES= cmake compiler:c++11-lib desktop-file-utils gettext grantlee:5 kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lib desktop-file-utils gettext grantlee:5 \ + kde:5 qt:5 tar:xz xorg USE_KDE= auth codecs completion config configwidgets coreaddons crash \ i18n iconthemes itemmodels jobwidgets kcmutils kio \ notifications notifyconfig parts service solid sonnet texteditor\ @@ -25,6 +27,7 @@ USE_KDE+= akonadi akonadimime contacts grantleetheme kontactinterface \ 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 |