Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Dec 2017 21:38:14 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457640 - head/net-im/teamwords
Message-ID:  <201712302138.vBULcEUf045730@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712302138.vBULcEUf045730>