From owner-freebsd-ports@FreeBSD.ORG Mon Mar 30 16:28:52 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 72D08965; Mon, 30 Mar 2015 16:28:52 +0000 (UTC) Received: from mail.netplex.net (mail.netplex.net [204.213.176.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.netplex.net", Issuer "RapidSSL SHA256 CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2ED60B95; Mon, 30 Mar 2015 16:28:51 +0000 (UTC) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.15.1/8.15.1/NETPLEX) with ESMTP id t2UGSnZQ024557; Mon, 30 Mar 2015 12:28:49 -0400 X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-4.4.3 (mail.netplex.net [204.213.176.9]); Mon, 30 Mar 2015 12:28:49 -0400 (EDT) Date: Mon, 30 Mar 2015 12:28:49 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net Reply-To: Daniel Eischen To: Mathieu Arnold Subject: Re: USES vs BUILD_DEPENDS In-Reply-To: <3022863A97E394A287EA8014@ogg.in.absolight.net> Message-ID: References: <3022863A97E394A287EA8014@ogg.in.absolight.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-ports@freebsd.org 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 16:28:52 -0000 On Mon, 30 Mar 2015, Mathieu Arnold wrote: > +--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. Ok, thanks! I'll try that. -- DE