From owner-freebsd-ports@FreeBSD.ORG Mon Mar 30 13:14:02 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B55E8A5; Mon, 30 Mar 2015 13:14:02 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 25A69E8D; Mon, 30 Mar 2015 13:14:02 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 75388BDC2E; Mon, 30 Mar 2015 15:13:59 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 54C78BDC25; Mon, 30 Mar 2015 15:13:59 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 22A3A6151; Mon, 30 Mar 2015 15:13:58 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 73FC42C2913; Mon, 30 Mar 2015 15:13:56 +0200 (CEST) Date: Mon, 30 Mar 2015 15:13:56 +0200 From: Mathieu Arnold To: Daniel Eischen , freebsd-ports@freebsd.org Subject: Re: USES vs BUILD_DEPENDS Message-ID: <3022863A97E394A287EA8014@ogg.in.absolight.net> In-Reply-To: References: X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2015 13:14:02 -0000 +--On 29 mars 2015 12:41:21 -0400 Daniel Eischen wrote: | I have a port which needs pod2man just to build the man file | during installation. Why do I need USES= pod2man:perl5 just to | build the port? It doesn't seem feasible to use BUILD_DEPENDS | because there is no generic perl5 port. You need: USES=perl5 USE_PERL5=build Because that's the right way to say you need Perl to build your port. -- Mathieu Arnold