diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 22:02:02 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 22:05:50 +0300 |
commit | 88bd747a99d4dee0097434ca57f8198196259d3f (patch) | |
tree | 268deb532aed81e6839d5f0293eae721d2a68d5d /databases | |
parent | audio/soundkonverter: pet stage-qa (diff) |
databases/akonadi: pet stage-qa
Diffstat (limited to 'databases')
-rw-r--r-- | databases/akonadi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |