diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 22:02:26 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 22:05:59 +0300 |
commit | fa6300a35b51c92d3d4cbd5dab351c06d44ebca2 (patch) | |
tree | 79e30373ac0fdd2edab49b88d6b57164e6767d59 | |
parent | deskutils/plasma5-xdg-desktop-portal-kde: pet stage-qa (diff) |
deskutils/zanshin: pet stage-qa
-rw-r--r-- | deskutils/zanshin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/zanshin/Makefile b/deskutils/zanshin/Makefile index 1f7f0f1d8348..7681b3d6769d 100644 --- a/deskutils/zanshin/Makefile +++ b/deskutils/zanshin/Makefile @@ -1,5 +1,6 @@ PORTNAME= zanshin DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -7,7 +8,7 @@ COMMENT= Daily organizer for KDE LIB_DEPENDS= libical.so:devel/libical -USES= cmake compiler:c++14-lang gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++14-lang gettext kde:5 qt:5 tar:xz xorg USE_KDE= akonadi auth bookmarks codecs completion config configwidgets \ coreaddons crash ecm guiaddons i18n iconthemes itemmodels \ itemviews jobwidgets kdelibs4support kio notifications package \ @@ -21,5 +22,6 @@ USE_KDE+= akonadicalendar akonadicontacts akonadinotes akonadisearch \ USE_QT= concurrent core dbus declarative gui network printsupport testlib \ widgets xml \ buildtools_build qmake_build +USE_XORG= x11 .include <bsd.port.mk> |