Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Apr 2014 10:02:04 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349985 - head/comms/gqrx
Message-ID:  <201404031002.s33A24Hp008426@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}"
 



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