From owner-freebsd-gnome Mon Jan 21 17:38:46 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from dc-mx04.cluster1.charter.net (dc-mx04.cluster0.hsacorp.net [209.225.8.14]) by hub.freebsd.org (Postfix) with ESMTP id 0EDA637B417; Mon, 21 Jan 2002 17:38:43 -0800 (PST) Received: from [24.158.214.244] (HELO gforce.johnson.home) by dc-mx04.cluster1.charter.net (CommuniGate Pro SMTP 3.4.6) with ESMTP-TLS id 14251261; Mon, 21 Jan 2002 20:45:07 -0500 Received: (from glenn@localhost) by gforce.johnson.home (8.11.6/8.11.6) id g0M1ccq20747; Mon, 21 Jan 2002 19:38:38 -0600 (CST) (envelope-from glenn) Date: Mon, 21 Jan 2002 19:38:38 -0600 From: Glenn Johnson To: Maxim Sobolev Cc: Joe Clarke , freebsd-gnome@FreeBSD.org Subject: Re: dependency question Message-ID: <20020122013838.GA20427@gforce.johnson.home> References: <20020120205118.GA447@gforce.johnson.home> <1011565282.28534.22.camel@shumai.marcuscom.com> <20020120234902.GA74865@gforce.johnson.home> <1011573437.28534.24.camel@shumai.marcuscom.com> <20020121011015.GA20453@gforce.johnson.home> <1011575865.28534.39.camel@shumai.marcuscom.com> <20020121031843.GA23586@gforce.johnson.home> <3C4BE9F6.A85C98B5@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C4BE9F6.A85C98B5@FreeBSD.org> User-Agent: Mutt/1.3.26i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Jan 21, 2002 at 12:14:14PM +0200, Maxim Sobolev wrote: > When you are unsure about what dependencies does the port have you > could do `make package-depends' in port's directory and it will print > them all to stdout. Simple as that... OK, I did this and I noticed something else that I need clarification on. I have a BUILD_DEPENDS on ispell. The software can use either aspell or ispell but I set the BUILD_DEPENDS to insure that spellchecking gets enabled. If neither aspell nor ispell is present then spellchecking is disabled at the configuration step. However, when I run 'make package-depends', ispell is not listed. This would mean that I should also list ispell as a RUN_DEPENDS so that it is properly installed if my port is installed as a package. Is that the proper way to handle this situation? -- Glenn Johnson glennpj@charter.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message