aboutsummaryrefslogtreecommitdiff
path: root/net-im/teamwords
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2017-12-30 21:38:14 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2017-12-30 21:38:14 +0000
commitdd10aed19261887e8e7aa32fdac4c72a2afa4a07 (patch)
treed0cc908c8e50b7470e43f13b429f987fa887de87 /net-im/teamwords
parent96753033e6d9f9bb177e318c35c838b3e46a846e (diff)
downloadports-dd10aed19261887e8e7aa32fdac4c72a2afa4a07.tar.gz
ports-dd10aed19261887e8e7aa32fdac4c72a2afa4a07.zip
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.
Notes
Notes: svn path=/head/; revision=457640
Diffstat (limited to 'net-im/teamwords')
-rw-r--r--net-im/teamwords/Makefile4
1 files 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"