Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2014 01:56:10 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372829 - head/editors/tea
Message-ID:  <201411200156.sAK1uAVp050256@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Thu Nov 20 01:56:10 2014
New Revision: 372829
URL: https://svnweb.freebsd.org/changeset/ports/372829
QAT: https://qat.redports.org/buildarchive/r372829/

Log:
  - Fix a build dependency

Modified:
  head/editors/tea/Makefile

Modified: head/editors/tea/Makefile
==============================================================================
--- head/editors/tea/Makefile	Thu Nov 20 00:05:19 2014	(r372828)
+++ head/editors/tea/Makefile	Thu Nov 20 01:56:10 2014	(r372829)
@@ -17,7 +17,7 @@ OPTIONS_RADIO_SPELL=	ASPELL HUNSPELL
 OPTIONS_DEFAULT=	ASPELL
 
 USES=		qmake tar:bzip2
-USE_QT4=	gui moc_build rcc_build
+USE_QT4=	gui moc_build network rcc_build
 
 PLIST_FILES=	bin/tea share/pixmaps/tea_icon_v2.png
 PORTDOCS=	*



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