diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/qt6-httpserver/Makefile | 2 | ||||
-rw-r--r-- | www/qt6-webchannel/Makefile | 2 | ||||
-rw-r--r-- | www/qt6-webengine/Makefile | 4 | ||||
-rw-r--r-- | www/qt6-websockets/Makefile | 2 | ||||
-rw-r--r-- | www/qt6-webview/Makefile | 2 |
5 files changed, 11 insertions, 1 deletions
diff --git a/www/qt6-httpserver/Makefile b/www/qt6-httpserver/Makefile index c6930af383fd..30f14a8a2e30 100644 --- a/www/qt6-httpserver/Makefile +++ b/www/qt6-httpserver/Makefile @@ -1,5 +1,6 @@ PORTNAME= httpserver DISTVERSION= ${QT6_VERSION} +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= qt6- @@ -10,5 +11,6 @@ BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers USES= cmake compiler:c++17-lang pkgconfig qt-dist:6 USE_QT= base websockets +USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} .include <bsd.port.mk> diff --git a/www/qt6-webchannel/Makefile b/www/qt6-webchannel/Makefile index b016d0a20149..2e94039352ca 100644 --- a/www/qt6-webchannel/Makefile +++ b/www/qt6-webchannel/Makefile @@ -1,5 +1,6 @@ PORTNAME= webchannel DISTVERSION= ${QT6_VERSION} +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= qt6- @@ -10,5 +11,6 @@ BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers USES= cmake compiler:c++17-lang pkgconfig qt-dist:6 USE_QT= base declarative +USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} .include <bsd.port.mk> diff --git a/www/qt6-webengine/Makefile b/www/qt6-webengine/Makefile index 0f3c3fadae52..7db670b9bc4f 100644 --- a/www/qt6-webengine/Makefile +++ b/www/qt6-webengine/Makefile @@ -12,7 +12,7 @@ PORTNAME?= webengine DISTVERSION= ${QT6_VERSION} -PORTREVISION?= 1 # Master port for print/qt6-pdf. Please keep this line. +PORTREVISION?= 2 # Master port for print/qt6-pdf. Please keep this line. CATEGORIES?= www PKGNAMEPREFIX= qt6- @@ -37,6 +37,8 @@ USE_XORG= x11 xcb xcomposite xcursor xdamage xext xfixes xi xkbfile \ CMAKE_ON= QT_FEATURE_webengine_system_ffmpeg \ QT_FEATURE_webengine_proprietary_codecs +USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} + .if defined(BUILD_QTPDF) CMAKE_ON+= QT_FEATURE_qtpdf_build CMAKE_OFF+= QT_FEATURE_qtwebengine_build \ diff --git a/www/qt6-websockets/Makefile b/www/qt6-websockets/Makefile index 356d439b6913..a19b7c6949db 100644 --- a/www/qt6-websockets/Makefile +++ b/www/qt6-websockets/Makefile @@ -1,5 +1,6 @@ PORTNAME= websockets DISTVERSION= ${QT6_VERSION} +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= qt6- @@ -10,5 +11,6 @@ BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers USES= cmake compiler:c++17-lang pkgconfig qt-dist:6 USE_QT= base declarative +USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} .include <bsd.port.mk> diff --git a/www/qt6-webview/Makefile b/www/qt6-webview/Makefile index e584b5616031..cbe673ab4593 100644 --- a/www/qt6-webview/Makefile +++ b/www/qt6-webview/Makefile @@ -1,5 +1,6 @@ PORTNAME= webview DISTVERSION= ${QT6_VERSION} +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= qt6- @@ -11,5 +12,6 @@ LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon USES= cmake compiler:c++17-lang gl pkgconfig qt-dist:6 USE_GL= opengl USE_QT= base declarative positioning webchannel webengine +USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} .include <bsd.port.mk> |