git: fbcaaca0d021 - main - graphics/kdiagram: limit Portscout to Qt5 releases
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Feb 2025 22:54:57 UTC
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=fbcaaca0d0212ebcabe0cfc357aae75a417f23f4 commit fbcaaca0d0212ebcabe0cfc357aae75a417f23f4 Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2025-02-11 22:53:59 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2025-02-11 22:53:59 +0000 graphics/kdiagram: limit Portscout to Qt5 releases --- graphics/kdiagram/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/kdiagram/Makefile b/graphics/kdiagram/Makefile index 403b705b0b72..1f53dd4d9a30 100644 --- a/graphics/kdiagram/Makefile +++ b/graphics/kdiagram/Makefile @@ -20,4 +20,6 @@ USE_QT= core gui linguisttools printsupport sql svg widgets \ PLIST_SUB= SHLIB_VER="${PORTVERSION}" \ SHLIB_SHVER="${PORTVERSION:R:R}" +PORTSCOUT= limit:^2 # limit for Qt5 + .include <bsd.port.mk>