diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-12-30 21:38:14 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-12-30 21:38:14 +0000 |
commit | dd10aed19261887e8e7aa32fdac4c72a2afa4a07 (patch) | |
tree | d0cc908c8e50b7470e43f13b429f987fa887de87 /net-im | |
parent | 96753033e6d9f9bb177e318c35c838b3e46a846e (diff) | |
download | ports-dd10aed19261887e8e7aa32fdac4c72a2afa4a07.tar.gz ports-dd10aed19261887e8e7aa32fdac4c72a2afa4a07.zip |
Notes
Diffstat (limited to 'net-im')
-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" |