From ed2c24428203e2c3127bcb59af649c57a8e610d1 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 5 Sep 2018 09:52:21 -0400 Subject: [PATCH] Fix up the port template to use the new Qt flavors system --- port-files/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/port-files/Makefile b/port-files/Makefile index 0835229..7ea6d4e 100644 --- a/port-files/Makefile +++ b/port-files/Makefile @@ -10,8 +10,8 @@ COMMENT= SysAdm API server LICENSE= BSD3CLAUSE WRKSRC_SUBDIR= src -USE_QT5= concurrent core network buildtools_build qmake_build websockets sql -USES= pkgconfig tar:xz qmake ssl +USES= pkgconfig tar:xz qmake ssl qt:5 +USE_QT= concurrent core network buildtools_build qmake_build websockets sql MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} USE_GITHUB= yes