svn commit: r349985 - head/comms/gqrx

Ganael LAPLANCHE martymac at FreeBSD.org
Thu Apr 3 10:02:05 UTC 2014


Author: martymac
Date: Thu Apr  3 10:02:04 2014
New Revision: 349985
URL: http://svnweb.freebsd.org/changeset/ports/349985
QAT: https://qat.redports.org/buildarchive/r349985/

Log:
  Avoid runtime dependency on buildtools (use buildtools_build instead of buildtools)
  
  Submitted by:	makc

Modified:
  head/comms/gqrx/Makefile

Modified: head/comms/gqrx/Makefile
==============================================================================
--- head/comms/gqrx/Makefile	Thu Apr  3 09:57:42 2014	(r349984)
+++ head/comms/gqrx/Makefile	Thu Apr  3 10:02:04 2014	(r349985)
@@ -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-all mailing list