svn commit: r457640 - head/net-im/teamwords

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Dec 30 21:38:16 UTC 2017


Author: rakuco
Date: Sat Dec 30 21:38:14 2017
New Revision: 457640
URL: https://svnweb.freebsd.org/changeset/ports/457640

Log:
  Unbreak `make configure' after r457276.
  
  Info: creating cache file /wrkdirs/usr/ports/net-im/teamwords/work/TeamWords-0.2.1/.qmake.cache
  Project ERROR: Unknown module(s) in QT: webkitwidgets
  
  I think the port was pulling qt5-webkit via qt5-assistant, and it broke after
  qt5-assistant dropped the dependency.

Modified:
  head/net-im/teamwords/Makefile

Modified: head/net-im/teamwords/Makefile
==============================================================================
--- head/net-im/teamwords/Makefile	Sat Dec 30 21:20:00 2017	(r457639)
+++ head/net-im/teamwords/Makefile	Sat Dec 30 21:38:14 2017	(r457640)
@@ -3,7 +3,7 @@
 
 PORTNAME=	teamwords
 PORTVERSION=	0.2.1
-PORTREVISION=	2
+PORTREVISION=	3
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net-im
 
@@ -14,7 +14,7 @@ LICENSE=	LGPL3
 
 USE_LDCONFIG=	yes
 USE_QT5=	core gui network svg linguist \
-		buildtools x11extras
+		webkit buildtools x11extras
 USES=		compiler:c++11-lang qmake tar:xz
 
 QMAKE_ARGS=	CONFIG+="configure"


More information about the svn-ports-head mailing list