Using bsd.gecko.mk in a port

2008-07-16 Thread Naram Qashat
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?


Thanks,
Naram Qashat
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Using bsd.gecko.mk in a port

2008-07-16 Thread Gary Jennejohn
On Wed, 16 Jul 2008 13:28:27 -0400
Naram Qashat [EMAIL PROTECTED] 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
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]