From owner-svn-ports-head@FreeBSD.ORG Thu Feb 6 21:02:26 2014 Return-Path: Delivered-To: svn-ports-head@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 C69949CE; Thu, 6 Feb 2014 21:02:26 +0000 (UTC) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2F66D15C3; Thu, 6 Feb 2014 21:02:25 +0000 (UTC) Received: from [62.63.84.40] [62.63.84.40:31448] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id s16L2Nqs056952 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Fri, 7 Feb 2014 01:02:23 +0400 (MSK) From: Max Brazhnikov To: Steve Wills Subject: Re: svn commit: r343127 - head/net-p2p/litecoin Date: Thu, 06 Feb 2014 21:02:23 +0000 Message-ID: <2957021.U9AczQMEhM@mercury.ph.man.ac.uk> User-Agent: KMail/4.12.1 (FreeBSD/9.2-STABLE; KDE/4.12.1; amd64; ; ) In-Reply-To: <201402061736.s16Hadub043605@svn.freebsd.org> References: <201402061736.s16Hadub043605@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2014 21:02:26 -0000 On Thu, 06 Feb 2014 17:36:39 +0000Thu Feb 6 17:36:38 2014 Steve Wills wrote: > -.if ${PORT_OPTIONS:MGUI} && !defined(WITHOUT_X11) > +.if ${PORT_OPTIONS:MX11} > USE_QT4= qmake_build linguist uic moc rcc You can safely add _build suffix for uic, moc, and rcc. linquist is only used for translations, so it can be suffixed too, but then USE_QT4 must be populated with runtime dependencies. Max