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 /audio/amarok | |
parent | 960aad74f709dc170e890df62ea7978f77044d0f (diff) |
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 'audio/amarok')
-rw-r--r-- | audio/amarok/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 5338a4e1d96b..33ba278f38a8 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -1,6 +1,7 @@ PORTNAME= amarok DISTVERSIONPREFIX= v DISTVERSION= 2.9.71 +PORTREVISION= 1 CATEGORIES= audio kde MAINTAINER= kde@FreeBSD.org @@ -31,7 +32,7 @@ USE_KDE= archive auth attica bookmarks codecs config configwidgets \ kcmutils kio kirigami2 newstuff notifications notifyconfig \ package parts service solid sonnet texteditor textwidgets \ threadweaver wallet widgetsaddons windowsystem xmlgui \ - ecm_build + ecm_build doctools_build USE_XORG= ice sm x11 xext USE_LDCONFIG= yes |