Date: Sat, 21 Jan 2017 15:08:21 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432047 - head/net-im/diligent Message-ID: <201701211508.v0LF8LHr084611@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Jan 21 15:08:21 2017 New Revision: 432047 URL: https://svnweb.freebsd.org/changeset/ports/432047 Log: 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) Modified: head/net-im/diligent/Makefile Modified: head/net-im/diligent/Makefile ============================================================================== --- head/net-im/diligent/Makefile Sat Jan 21 15:06:50 2017 (r432046) +++ head/net-im/diligent/Makefile Sat Jan 21 15:08:21 2017 (r432047) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701211508.v0LF8LHr084611>