Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 13:16:36 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379909 - head/net-p2p/bitcoin
Message-ID:  <201502251316.t1PDGaiA001222@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Wed Feb 25 13:16:35 2015
New Revision: 379909
URL: https://svnweb.freebsd.org/changeset/ports/379909
QAT: https://qat.redports.org/buildarchive/r379909/

Log:
  net-p2p/bitcoin: Use linguisttools, 45 less dependencies
  
  Take advantage of the new qt4-linguisttools port [1] to eliminate 45 build
  dependencies.
  
  [1] https://svnweb.freebsd.org/changeset/ports/379843
  
  PR:		198024
  Submitted by:	Robert Backhaus <robbak gmail com> (maintainer)

Modified:
  head/net-p2p/bitcoin/Makefile

Modified: head/net-p2p/bitcoin/Makefile
==============================================================================
--- head/net-p2p/bitcoin/Makefile	Wed Feb 25 13:16:31 2015	(r379908)
+++ head/net-p2p/bitcoin/Makefile	Wed Feb 25 13:16:35 2015	(r379909)
@@ -22,7 +22,7 @@ SLAVE_PORT?=	no
 
 .if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
 USES+=		desktop-file-utils
-USE_QT4=	corelib gui moc_build linguist_build network qmake_build \
+USE_QT4=	corelib gui moc_build linguisttools_build network qmake_build \
 		rcc_build uic_build
 
 BUILD_DEPENDS+=	protoc:${PORTSDIR}/devel/protobuf



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