diff options
author | rakuco <rakuco@FreeBSD.org> | 2017-12-31 05:38:14 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2017-12-31 05:38:14 +0800 |
commit | 1ee0dcd1fa77c717aad2b6799759bfd7e07d1c7b (patch) | |
tree | d0cc908c8e50b7470e43f13b429f987fa887de87 | |
parent | 7546bcae571d16a9da66d21440cab31ad47b5751 (diff) | |
download | freebsd-ports-gnome-1ee0dcd1fa77c717aad2b6799759bfd7e07d1c7b.tar.gz freebsd-ports-gnome-1ee0dcd1fa77c717aad2b6799759bfd7e07d1c7b.tar.zst freebsd-ports-gnome-1ee0dcd1fa77c717aad2b6799759bfd7e07d1c7b.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.
-rw-r--r-- | net-im/teamwords/Makefile | 4 |
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" |