From owner-freebsd-ports@FreeBSD.ORG Fri Nov 24 19:01:07 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B104D16A403 for ; Fri, 24 Nov 2006 19:01:07 +0000 (UTC) (envelope-from john_m_cooper@yahoo.com) Received: from smtp102.biz.mail.re2.yahoo.com (smtp102.biz.mail.re2.yahoo.com [68.142.229.216]) by mx1.FreeBSD.org (Postfix) with SMTP id 4010F43D45 for ; Fri, 24 Nov 2006 19:00:24 +0000 (GMT) (envelope-from john_m_cooper@yahoo.com) Received: (qmail 98227 invoked from network); 24 Nov 2006 19:01:06 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=4o8Au42Hm8zQ30cZft9QuGKMsgyc6m7rmjZiGOi5/K+EGkKqnzpxtJhGMZY7AMlMEAk/z/Jy+1pjEMk3LuaaP8u7JSH5TwUwglBLCpVhIS8/PzsEgdgqJP/MDqR5xMvhkH6cmUT43TErelJdKr/dv35jbr/gPFu+RfL52yk93PY= ; Received: from unknown (HELO borgdemon2.13tentmillln.home) (j.m.cooper@borgsdemons.com@68.33.224.115 with login) by smtp102.biz.mail.re2.yahoo.com with SMTP; 24 Nov 2006 19:01:06 -0000 X-YMail-OSG: q8MkxekVM1kd8xn73rLvxCSuCS4HMHv6geFteVZBLuEcVFaRGmRorJm.FRmUNFQCriGF7wsHk.XNbzVOEkZdopl11xReORTTXQNRi4sGqenaqsUJ30LUvQ-- Received: from [127.0.0.1] (localhost [127.0.0.1]) by borgdemon2.13tentmillln.home (Postfix) with ESMTP id 83C1D5C22; Fri, 24 Nov 2006 14:01:05 -0500 (EST) Message-ID: <45674171.4060004@yahoo.com> Date: Fri, 24 Nov 2006 14:01:05 -0500 From: John Merryweather Cooper User-Agent: Thunderbird 1.5.0.8 (X11/20061111) MIME-Version: 1.0 To: Giancarlo Rubio References: <52161.200.192.112.21.1164374595.squirrel@webmail.pucpr.br> In-Reply-To: <52161.200.192.112.21.1164374595.squirrel@webmail.pucpr.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: RUN_DEPENDS X BUILD_DEPENDS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Nov 2006 19:01:07 -0000 Giancarlo Rubio wrote: > I will try to create my first port. > > I think RUN_DEPENDS is needed to compile and BUILD_DEPENDS only to run, is > this correct? > > Thanks Giancarlo Rubio > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > You have it backwards. jmc