aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-09-05 19:02:26 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-09-05 19:05:59 +0000
commitfa6300a35b51c92d3d4cbd5dab351c06d44ebca2 (patch)
tree79e30373ac0fdd2edab49b88d6b57164e6767d59
parente1b2a68994f43f4396613d64bc83e04b78064c9c (diff)
downloadports-fa6300a35b51c92d3d4cbd5dab351c06d44ebca2.tar.gz
ports-fa6300a35b51c92d3d4cbd5dab351c06d44ebca2.zip
deskutils/zanshin: pet stage-qa
-rw-r--r--deskutils/zanshin/Makefile4
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>