git: 03ffa5ea0f81 - main - x11-toolkits/qt5pas: Properly set USE_LDCONFIG

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Mon, 17 Mar 2025 09:16:23 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=03ffa5ea0f817e4e37f15e6f37d043252675ca9c

commit 03ffa5ea0f817e4e37f15e6f37d043252675ca9c
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-03-17 09:01:48 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-03-17 09:16:17 +0000

    x11-toolkits/qt5pas: Properly set USE_LDCONFIG
    
    Reported by:    pkg-devel exp-run
---
 x11-toolkits/qt5pas/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-toolkits/qt5pas/Makefile b/x11-toolkits/qt5pas/Makefile
index bf4c612debc7..9317b92ed298 100644
--- a/x11-toolkits/qt5pas/Makefile
+++ b/x11-toolkits/qt5pas/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	qt5pas
 PORTVERSION=	1.2.16
+PORTREVISION=	1
 PORTEPOCH=	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 qmake qt:5
 USE_QT=		buildtools:build core gui network printsupport x11extras
-USE_LDCONFIG=	yes
+USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 QT5_VER_MIN=	5.6.1