svn commit: r379909 - head/net-p2p/bitcoin

Kubilay Kocak koobs at FreeBSD.org
Wed Feb 25 13:16:36 UTC 2015


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


More information about the svn-ports-all mailing list