diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-01-21 15:08:21 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-01-21 15:08:21 +0000 |
commit | 1021e4094c7af8d58772451e8f4642083f1d6e6d (patch) | |
tree | 55b1465297db07961b0ac70828554ac4f193b8e0 /net-im/diligent | |
parent | a2680c350ad2f71f3746da8117088ff7322f57e9 (diff) | |
download | ports-1021e4094c7af8d58772451e8f4642083f1d6e6d.tar.gz ports-1021e4094c7af8d58772451e8f4642083f1d6e6d.zip |
Notes
Diffstat (limited to 'net-im/diligent')
-rw-r--r-- | net-im/diligent/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-im/diligent/Makefile b/net-im/diligent/Makefile index c9148f6a43d9..8e1cf1d98232 100644 --- a/net-im/diligent/Makefile +++ b/net-im/diligent/Makefile @@ -3,6 +3,7 @@ PORTNAME= diligent PORTVERSION= 0.2.7 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net-im @@ -11,11 +12,9 @@ COMMENT= Unofficial Qt Slack client LICENSE= LGPL3 -LIB_DEPENDS= libQt5WebKitWidgets.so:www/webkit-qt5 - USE_LDCONFIG= yes -USE_QT5= core gui network svg linguist \ - buildtools x11extras widgets +USE_QT5= core gui linguist network svg \ + webkit widgets x11extras buildtools_build USE_GL= gl USES= compiler:c++11-lang qmake |