Date: Wed, 16 Jul 2008 20:19:53 +0200 From: Gary Jennejohn <gary.jennejohn@freenet.de> To: Naram Qashat <cyberbotx@cyberbotx.com> Cc: freebsd-ports@freebsd.org Subject: Re: Using bsd.gecko.mk in a port Message-ID: <20080716201953.04ab82aa@peedub.jennejohn.org> In-Reply-To: <487E2FBB.2020203@cyberbotx.com> References: <487E2FBB.2020203@cyberbotx.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 16 Jul 2008 13:28:27 -0400 Naram Qashat <cyberbotx@cyberbotx.com> wrote: > With the recent commit of Firefox 3 to the ports, bsd.gecko.mk is now in Mk. > However, there are no ports using it yet. I made an attempt to convert vlc to > use it in order to get it to work with Firefox 3, but I get the following error: > > "Makefile", line 371: Could not find bsd.gecko.mk > > I had changed the line from > > .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" > > to > > .include <bsd.gecko.mk> > > Is there something else that needs to be done in order for bsd.gecko.mk to be > used, or did I do that wrong? > Look at bsd.port.mk. Defining WANT_GECKO or USE_GECKO will automatically include bsd.gecko.mk. --- Gary Jennejohn
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080716201953.04ab82aa>