From b34ed3073e323bd0ad2b87350eb5e421703d29d4 Mon Sep 17 00:00:00 2001 From: Kris Moore Date: Thu, 28 Jan 2016 19:49:56 -0500 Subject: [PATCH 1/2] Update port files for sysadm --- src/port-files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/port-files/Makefile b/src/port-files/Makefile index 18d51c3..15a2474 100644 --- a/src/port-files/Makefile +++ b/src/port-files/Makefile @@ -11,7 +11,7 @@ COMMENT= PC-BSD SysAdm API server LICENSE= BSD3CLAUSE WRKSRC_SUBDIR= src -USE_QT5= core network buildtools qmake +USE_QT5= core network buildtools qmake gui websockets USES= pkgconfig tar:xz qmake MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} From 9a32c2553e5cf2a19fca4f2490d7b0d09d314127 Mon Sep 17 00:00:00 2001 From: Kris Moore Date: Fri, 29 Jan 2016 08:00:01 -0500 Subject: [PATCH 2/2] Add Qt concurrent support --- src/port-files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/port-files/Makefile b/src/port-files/Makefile index 15a2474..5e5e53a 100644 --- a/src/port-files/Makefile +++ b/src/port-files/Makefile @@ -11,7 +11,7 @@ COMMENT= PC-BSD SysAdm API server LICENSE= BSD3CLAUSE WRKSRC_SUBDIR= src -USE_QT5= core network buildtools qmake gui websockets +USE_QT5= concurrent core network buildtools qmake gui websockets USES= pkgconfig tar:xz qmake MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}