Using bsd.gecko.mk in a port

Gary Jennejohn gary.jennejohn at freenet.de
Wed Jul 16 18:19:59 UTC 2008


On Wed, 16 Jul 2008 13:28:27 -0400
Naram Qashat <cyberbotx at 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


More information about the freebsd-ports mailing list