From owner-svn-ports-all@FreeBSD.ORG Sun Apr 6 19:44:55 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18BABD7; Sun, 6 Apr 2014 19:44:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0519631F; Sun, 6 Apr 2014 19:44:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s36Jis7h055337; Sun, 6 Apr 2014 19:44:54 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s36JisMb055336; Sun, 6 Apr 2014 19:44:54 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201404061944.s36JisMb055336@svn.freebsd.org> From: Antoine Brodin Date: Sun, 6 Apr 2014 19:44:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r350406 - branches/2014Q2/comms/gqrx X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2014 19:44:55 -0000 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}"