From owner-svn-ports-head@freebsd.org Sun Jul 5 00:33:56 2015 Return-Path: Delivered-To: svn-ports-head@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 25494A196; Sun, 5 Jul 2015 00:33:56 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pd0-x22e.google.com (mail-pd0-x22e.google.com [IPv6:2607:f8b0:400e:c02::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E207C1A55; Sun, 5 Jul 2015 00:33:55 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pdbci14 with SMTP id ci14so84163923pdb.2; Sat, 04 Jul 2015 17:33:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=4i8BeebODv4l9qGx4XihdPGK4DWpx7QNB3LS3MHSIG4=; b=U8tuQ1rYMsZqJYPM9/faJwdj10IQ16CsV7prADDim1BAYbW62z7b4oNeJr5aRN1UtZ Dffl/qBV76sR6kBfPhD8Ho/qOf4YNyE8TYhs9j//eOuCg6fJmHfhw/0dhiaTl5/yYRou S8FlS1O/33i2iDczzLpRdNNL+F2/qhobrXsD81zLnO+upIUcBIx3dvN5PRCZyTzyW1ay VJtVbSShD6raejOjMUbpeHy3QQ9uQusswm5hlVqWU9BHfV0rJzn1NaEs1OKg6oUBANWs Un4B3Sak+GBj55eW2uYn/Yl/bsBKG1Kor9z4/7mdH7AYQdUmZkqndfTneiG1zuWIVCTG 7x9A== X-Received: by 10.70.129.73 with SMTP id nu9mr89903163pdb.166.1436056435545; Sat, 04 Jul 2015 17:33:55 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::2? (2001-44b8-31ae-7b01-0000-0000-0000-0002.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::2]) by mx.google.com with ESMTPSA id ks7sm13393463pbc.34.2015.07.04.17.33.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 04 Jul 2015 17:33:54 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r391332 - in head/textproc: py-libxml2 py3-libxml2 References: <201507042141.t64Lfu60047288@repo.freebsd.org> To: Ruslan Makhmatkhanov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <55987B68.1090206@FreeBSD.org> Date: Sun, 5 Jul 2015 10:33:44 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <201507042141.t64Lfu60047288@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 05 Jul 2015 00:33:56 -0000 On 5/07/2015 7:41 AM, Ruslan Makhmatkhanov wrote: > CPPFLAGS+= `${PYTHON_VERSION}-config --cflags` > LDFLAGS+= -L${LOCALBASE}/lib `${PYTHON_VERSION}-config --libs` These would be perfect variables for USES=python :)