From 4bfac5ce7f13da1b778060592bf493513dea716f Mon Sep 17 00:00:00 2001 From: Gleb Popov Date: Sat, 15 Mar 2025 10:13:02 +0300 Subject: [PATCH] x11-toolkits/qt5-gui: Add USE_LDCONFIG Reported by: pkg-devel exp-run --- x11-toolkits/qt5-gui/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-toolkits/qt5-gui/Makefile b/x11-toolkits/qt5-gui/Makefile index ce2af9d1c15a..107767b14d3b 100644 --- a/x11-toolkits/qt5-gui/Makefile +++ b/x11-toolkits/qt5-gui/Makefile @@ -1,6 +1,6 @@ PORTNAME= gui PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits graphics PKGNAMEPREFIX= qt5- @@ -37,6 +37,7 @@ USE_GL= egl gl USE_GNOME= glib20 USE_PERL5= extract USE_QT= core dbus network buildtools:build qmake:build +USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} QT_BINARIES= yes QT_CONFIG= accessibility accessibility-atspi-bridge dbus \ fontconfig glib opengl png system-freetype system-jpeg \