svn commit: r350406 - branches/2014Q2/comms/gqrx

Antoine Brodin antoine at FreeBSD.org
Sun Apr 6 19:44:55 UTC 2014


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}"
 


More information about the svn-ports-branches mailing list