diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2021-04-22 09:23:33 +0200 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2021-04-22 09:54:24 +0200 |
commit | e9c54a7558d0411e55364c8aa03f8cd2ec38b489 (patch) | |
tree | cc08332521564dc7e81ab47617d7b2372b35813f /graphics/kxstitch | |
parent | 960aad74f709dc170e890df62ea7978f77044d0f (diff) | |
download | freebsd-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 'graphics/kxstitch')
-rw-r--r-- | graphics/kxstitch/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/kxstitch/Makefile b/graphics/kxstitch/Makefile index dc8e34c0f3d6..9e06fd4ecf13 100644 --- a/graphics/kxstitch/Makefile +++ b/graphics/kxstitch/Makefile @@ -1,6 +1,6 @@ PORTNAME= kxstitch DISTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} CATEGORIES= graphics kde @@ -14,7 +14,8 @@ USES= cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 tar:xz \ xorg USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons \ i18n itemviews jobwidgets kio service solid sonnet textwidgets \ - widgetsaddons xmlgui + widgetsaddons xmlgui \ + doctools_build USE_QT= concurrent core dbus gui network printsupport widgets x11extras \ xml \ buildtools_build qmake_build |