svn commit: r432047 - head/net-im/diligent

Tobias C. Berner tcberner at FreeBSD.org
Sat Jan 21 15:08:22 UTC 2017


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
 


More information about the svn-ports-all mailing list