Re: git: c70851eb2fc4 - main - multimedia/dragon: support older releases
- In reply to: Max Brazhnikov : "git: c70851eb2fc4 - main - multimedia/dragon: support older releases"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Aug 2025 16:07:30 UTC
On Sat, 16 Aug 2025 15:59:38 GMT Max Brazhnikov wrote: > The branch main has been updated by makc: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=c70851eb2fc41aea074b4a07782cd8c053c41c04 > > commit c70851eb2fc41aea074b4a07782cd8c053c41c04 > Author: Max Brazhnikov <makc@FreeBSD.org> > AuthorDate: 2025-08-16 15:58:50 +0000 > Commit: Max Brazhnikov <makc@FreeBSD.org> > CommitDate: 2025-08-16 15:58:50 +0000 > > multimedia/dragon: support older releases I mean multimedia/kamoso. Too many KDE Gear ports for me :) > --- > multimedia/kamoso/Makefile | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/multimedia/kamoso/Makefile b/multimedia/kamoso/Makefile > index 87439d67c38a..3fc27fe83042 100644 > --- a/multimedia/kamoso/Makefile > +++ b/multimedia/kamoso/Makefile > @@ -21,4 +21,9 @@ USE_XORG= x11 > > OPTIONS_DEFINE= DOCS > > +# Support for 13.5-RELEASE and 14.2-RELEASE > +.if !exists(/usr/bin/clang-scan-deps) > +USES+= llvm > +.endif > + > .include <bsd.port.mk> >