git: 88bd747a99d4 - main - databases/akonadi: pet stage-qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 19:09:24 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=88bd747a99d4dee0097434ca57f8198196259d3f
commit 88bd747a99d4dee0097434ca57f8198196259d3f
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:02:02 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:05:50 +0000
databases/akonadi: pet stage-qa
---
databases/akonadi/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/databases/akonadi/Makefile b/databases/akonadi/Makefile
index 5a1cf9e3056c..ddccc8959b69 100644
--- a/databases/akonadi/Makefile
+++ b/databases/akonadi/Makefile
@@ -1,5 +1,6 @@
PORTNAME= akonadi
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= databases kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -14,7 +15,7 @@ BUILD_DEPENDS= xsltproc:textproc/libxslt
CONFLICTS= akonadi akonadi-kf5-git
USES= cmake compiler:c++11-lib gettext gnome kde:5 qt:5 \
- shared-mime-info tar:xz
+ shared-mime-info tar:xz xorg
USE_GNOME= libxml2
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
dbusaddons guiaddons i18n iconthemes itemmodels itemviews \
@@ -23,6 +24,7 @@ USE_KDE= auth codecs completion config configwidgets coreaddons crash \
designerplugin_run
USE_QT= concurrent core dbus designer gui network sql testlib widgets xml \
buildtools_build qmake_build
+USE_XORG= x11
CMAKE_ARGS+= -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include"
USE_LDCONFIG= yes