git: 805e1b8616bf - main - x11-toolkits/qt6pas: Properly set USE_LDCONFIG
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Mar 2025 08:20:28 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=805e1b8616bfaf792db187aa17db3e74fa70bee8 commit 805e1b8616bfaf792db187aa17db3e74fa70bee8 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2025-03-16 08:19:09 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-03-16 08:20:23 +0000 x11-toolkits/qt6pas: Properly set USE_LDCONFIG Reported by: pkg-devel exp-run --- 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 d4d62469e4c0..babffcb0b509 100644 --- a/x11-toolkits/qt6pas/Makefile +++ b/x11-toolkits/qt6pas/Makefile @@ -1,5 +1,6 @@ PORTNAME= qt6pas PORTVERSION= 6.2.10 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= LOCAL/acm/ @@ -15,7 +16,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= compiler:c++11-lang gl qmake qt:6 USE_GL= opengl USE_QT= base -USE_LDCONFIG= yes +USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} QT6_VER_MIN= 6.2.8