git: 78d923538b5f - 2023Q4 - x11-toolkits/qt6pas: Change base like a run dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Nov 2023 01:20:17 UTC
The branch 2023Q4 has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=78d923538b5fc4c7832f607a54ed8ee68b29f584 commit 78d923538b5fc4c7832f607a54ed8ee68b29f584 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2023-11-17 23:47:03 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2023-11-26 01:19:55 +0000 x11-toolkits/qt6pas: Change base like a run dependency - It fixes build issue with editors/lazarus-qt6-devel (cherry picked from commit 46f75e4cb1230c05cf941382d2cceccb1b5fb046) --- x11-toolkits/qt6pas/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-toolkits/qt6pas/Makefile b/x11-toolkits/qt6pas/Makefile index 84233dc604c3..30f90d96558e 100644 --- a/x11-toolkits/qt6pas/Makefile +++ b/x11-toolkits/qt6pas/Makefile @@ -1,5 +1,6 @@ PORTNAME= qt6pas PORTVERSION= 6.2.7 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= LOCAL/acm/ @@ -8,7 +9,7 @@ COMMENT= Qt6 binding for FreePascal WWW= https://wiki.lazarus.freepascal.org/index.php/Qt6_Interface USES= compiler:c++11-lang qmake qt:6 -USE_QT= base:build declarative:build tools:build +USE_QT= base:run declarative:build tools:build USE_LDCONFIG= yes QT6_VER_MIN= 6.2.7