pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

globalprotect-openconnect: Add some QT deps



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Apr 6 15:11:48 2022 -0500
Changeset:	205ee6170464ef0ddd7f0b1f8623936fecfa9502

Modified Files:
	globalprotect-openconnect/Makefile

Log Message:
globalprotect-openconnect: Add some QT deps

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=205ee6170464ef0ddd7f0b1f8623936fecfa9502

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 globalprotect-openconnect/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/globalprotect-openconnect/Makefile b/globalprotect-openconnect/Makefile
index 8a0eb8322a..b50f21797b 100644
--- a/globalprotect-openconnect/Makefile
+++ b/globalprotect-openconnect/Makefile
@@ -27,8 +27,10 @@ USE_CMAKE=	yes
 WRKSRC=		${WRKDIR}/${GITHUB_PROJECT}-1.4.1
 
 # FreeBSD port
-# USE_QT=		buildtools core dbus declarative gui location network printsupport qmake_build webchannel webengine websockets widgets
+# USE_QT=buildtools core dbus declarative gui location network printsupport qmake_build webchannel webengine websockets widgets
 .include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtwebsockets/buildlink3.mk"
+.include "../../x11/qt5-qtwebengine/buildlink3.mk"
 # CentOS doesn't have zlib in the base, so uncomment if needed.
 # .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index