mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
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)
This commit is contained in:
parent
a2680c350a
commit
1021e4094c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432047
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user