diff options
author | tcberner <tcberner@FreeBSD.org> | 2017-01-21 23:08:21 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2017-01-21 23:08:21 +0800 |
commit | 3e0d1e7a135cb725ae4bed642eae66df64197720 (patch) | |
tree | 55b1465297db07961b0ac70828554ac4f193b8e0 /net-im | |
parent | 5091d507815fa0398efcca8a958bc1f8773a9aed (diff) | |
download | freebsd-ports-gnome-3e0d1e7a135cb725ae4bed642eae66df64197720.tar.gz freebsd-ports-gnome-3e0d1e7a135cb725ae4bed642eae66df64197720.tar.zst freebsd-ports-gnome-3e0d1e7a135cb725ae4bed642eae66df64197720.zip |
Properly depend on qt5-webkit via USE_QT5=webkit.
While here, alphabetize USE_QT5 list, and make buildtools a build depends.
Therefore bump portrevision.
Approved by: rakuco (mentor)
Diffstat (limited to 'net-im')
-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 |