From owner-svn-ports-head@FreeBSD.ORG Fri Feb 21 10:31:22 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 09B3BE16; Fri, 21 Feb 2014 10:31:22 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C08151B66; Fri, 21 Feb 2014 10:31:21 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 6C03DBDC3E; Fri, 21 Feb 2014 11:31:20 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 4CFD7BDC1D; Fri, 21 Feb 2014 11:31:20 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 3F7F6CFD7AA6; Fri, 21 Feb 2014 11:31:19 +0100 (CET) Date: Fri, 21 Feb 2014 11:31:17 +0100 From: Mathieu Arnold To: Ganael LAPLANCHE , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r345354 - head/ftp/lftp Message-ID: <11E84540ED78E8939681E4AB@atuin.in.mat.cc> In-Reply-To: <201402211013.s1LADx9e078284@svn.freebsd.org> References: <201402211013.s1LADx9e078284@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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: Fri, 21 Feb 2014 10:31:22 -0000 +--On 21 f=C3=A9vrier 2014 10:13:59 +0000 Ganael LAPLANCHE wrote: | +GNUTLS_USES+=3D pkgconfig You don't need the + here, you're setting the variable, not adding to an existing one :-) --=20 Mathieu Arnold