diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2021-04-22 07:23:33 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2021-04-22 07:54:24 +0000 |
commit | e9c54a7558d0411e55364c8aa03f8cd2ec38b489 (patch) | |
tree | cc08332521564dc7e81ab47617d7b2372b35813f /databases/kbibtex | |
parent | 960aad74f709dc170e890df62ea7978f77044d0f (diff) | |
download | ports-e9c54a7558d0411e55364c8aa03f8cd2ec38b489.tar.gz ports-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 'databases/kbibtex')
-rw-r--r-- | databases/kbibtex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/kbibtex/Makefile b/databases/kbibtex/Makefile index 6f31d66649fc..f49c7d106b4e 100644 --- a/databases/kbibtex/Makefile +++ b/databases/kbibtex/Makefile @@ -2,7 +2,7 @@ PORTNAME= kbibtex DISTVERSION= 0.9.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= databases kde MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION} @@ -20,7 +20,8 @@ USE_GNOME= libxml2 libxslt USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash ecm i18n iconthemes itemviews jobwidgets \ kio parts service solid sonnet texteditor textwidgets wallet \ - widgetsaddons windowsystem xmlgui + widgetsaddons windowsystem xmlgui \ + doctools_build USE_QT= concurrent core dbus declarative gui location network \ printsupport webchannel widgets xml xmlpatterns \ buildtools_build qmake_build |