From owner-svn-ports-all@freebsd.org Sat Sep 5 15:20:21 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD84A9CB14D; Sat, 5 Sep 2015 15:20:21 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D109AE73; Sat, 5 Sep 2015 15:20:21 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id D04561693; Sat, 5 Sep 2015 15:20:21 +0000 (UTC) Date: Sat, 5 Sep 2015 15:20:21 +0000 From: Alexey Dokuchaev To: Dirk Meyer Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r396181 - head/net-im/licq-qt-gui Message-ID: <20150905152021.GA36974@FreeBSD.org> References: <201509051515.t85FFhf2010439@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201509051515.t85FFhf2010439@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 05 Sep 2015 15:20:22 -0000 On Sat, Sep 05, 2015 at 03:15:43PM +0000, Dirk Meyer wrote: > New Revision: 396181 > URL: https://svnweb.freebsd.org/changeset/ports/396181 > > [...] > +KDE4_PREVENTS= HUNSPELL > [...] > +.if ${PORT_OPTIONS:MHUNSPELL} > +.if ${PORT_OPTIONS:MKDE4} > +IGNORE= option HUNSPELL can not be used with KDE4 > +.endif With ${opt}_PREVENTS, why do you still need to check this by hand? ./danfe