diff options
author | Felix Palmen <zirias@FreeBSD.org> | 2022-09-11 10:20:14 +0000 |
---|---|---|
committer | Felix Palmen <zirias@FreeBSD.org> | 2022-09-11 10:20:14 +0000 |
commit | ddae4e92d8313a1461145e3b4f0232fe463feaee (patch) | |
tree | e84ab3fcfdf00dbf560f8ef9ae031d0c2ed252f5 /net/akonadi-search | |
parent | 51a360b7fe98be99d21134e5fe624ba12d596dd9 (diff) | |
download | ports-ddae4e92d8313a1461145e3b4f0232fe463feaee.tar.gz ports-ddae4e92d8313a1461145e3b4f0232fe463feaee.zip |
Diffstat (limited to 'net/akonadi-search')
-rw-r--r-- | net/akonadi-search/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/akonadi-search/Makefile b/net/akonadi-search/Makefile index 96bd8edb1612..a2b15c56fc40 100644 --- a/net/akonadi-search/Makefile +++ b/net/akonadi-search/Makefile @@ -13,11 +13,11 @@ USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons \ crash i18n itemmodels kcmutils package plasma-framework \ runner service widgetsaddons \ - ecm_build + ecm:build # pim components USE_KDE+= akonadi akonadimime calendarcore contacts mime USE_QT= core dbus gui widgets xml \ - buildtools_build qmake_build + buildtools:build qmake:build USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr |