Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2014 19:44:54 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r350406 - branches/2014Q2/comms/gqrx
Message-ID:  <201404061944.s36JisMb055336@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Apr  6 19:44:54 2014
New Revision: 350406
URL: http://svnweb.freebsd.org/changeset/ports/350406
QAT: https://qat.redports.org/buildarchive/r350406/

Log:
  MFH: r349985
  
  Avoid runtime dependency on buildtools (use buildtools_build instead of buildtools)
  
  Submitted by:	makc
  Approved by:	portmgr (self)

Modified:
  branches/2014Q2/comms/gqrx/Makefile
Directory Properties:
  branches/2014Q2/   (props changed)

Modified: branches/2014Q2/comms/gqrx/Makefile
==============================================================================
--- branches/2014Q2/comms/gqrx/Makefile	Sun Apr  6 19:43:47 2014	(r350405)
+++ branches/2014Q2/comms/gqrx/Makefile	Sun Apr  6 19:44:54 2014	(r350406)
@@ -26,7 +26,7 @@ LIB_DEPENDS=	libgnuradio-runtime.so:${PO
 		libboost_program_options.so:${PORTSDIR}/devel/boost-libs
 
 USES=		pkgconfig qmake
-USE_QT5=	buildtools core gui svg network widgets
+USE_QT5=	buildtools_build core gui svg network widgets
 
 QMAKE_ARGS+=	VER="${PORTVERSION}"
 



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