From 1ee0dcd1fa77c717aad2b6799759bfd7e07d1c7b Mon Sep 17 00:00:00 2001 From: rakuco Date: Sat, 30 Dec 2017 21:38:14 +0000 Subject: Unbreak `make configure' after r457276. Info: creating cache file /wrkdirs/usr/ports/net-im/teamwords/work/TeamWords-0.2.1/.qmake.cache Project ERROR: Unknown module(s) in QT: webkitwidgets I think the port was pulling qt5-webkit via qt5-assistant, and it broke after qt5-assistant dropped the dependency. --- net-im/teamwords/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/teamwords/Makefile b/net-im/teamwords/Makefile index cb0a6fd819de..5e7e3f3fd1ec 100644 --- a/net-im/teamwords/Makefile +++ b/net-im/teamwords/Makefile @@ -3,7 +3,7 @@ PORTNAME= teamwords PORTVERSION= 0.2.1 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= net-im @@ -14,7 +14,7 @@ LICENSE= LGPL3 USE_LDCONFIG= yes USE_QT5= core gui network svg linguist \ - buildtools x11extras + webkit buildtools x11extras USES= compiler:c++11-lang qmake tar:xz QMAKE_ARGS= CONFIG+="configure" -- cgit