diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2021-04-22 15:23:33 +0800 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2021-04-22 15:54:24 +0800 |
commit | e9c54a7558d0411e55364c8aa03f8cd2ec38b489 (patch) | |
tree | cc08332521564dc7e81ab47617d7b2372b35813f /editors/calligraplan | |
parent | 960aad74f709dc170e890df62ea7978f77044d0f (diff) | |
download | freebsd-ports-gnome-e9c54a7558d0411e55364c8aa03f8cd2ec38b489.tar.gz freebsd-ports-gnome-e9c54a7558d0411e55364c8aa03f8cd2ec38b489.tar.zst freebsd-ports-gnome-e9c54a7558d0411e55364c8aa03f8cd2ec38b489.zip |
KDE not-Applications: chase doctools
These ports use KDE Frameworks and require kdoctools to build. Since
that is no longer an implicit build & run dependency, (re)introduce it
explicitly as a build-time dependency.
Diffstat (limited to 'editors/calligraplan')
-rw-r--r-- | editors/calligraplan/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/calligraplan/Makefile b/editors/calligraplan/Makefile index 830de187b386..80da766d34a2 100644 --- a/editors/calligraplan/Makefile +++ b/editors/calligraplan/Makefile @@ -1,5 +1,6 @@ PORTNAME= calligraplan DISTVERSION= 3.3.0 +PORTREVISION= 1 CATEGORIES= editors kde MASTER_SITES= KDE/stable/calligra/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} @@ -16,7 +17,8 @@ USE_KDE= activities akonadi archive auth bookmarks codecs completion config \ iconthemes itemmodels itemviews jobwidgets js khtml kio \ notifications parts service solid sonnet textwidgets wallet \ widgetsaddons windowsystem xmlgui \ - akonadicontacts calendarcore contacts + akonadicontacts calendarcore contacts \ + doctools_build USE_QT= concurrent core dbus gui network printsupport widgets x11extras xml \ buildtools_build qmake_build USE_XORG= ice sm x11 xext |