Author: beat Date: Mon Nov 29 20:52:51 2010 New Revision: 447 Log: - Define Gecko_Pre_Include to fix bsd.gecko.mk logic
Modified: branches/experimental/Mk/bsd.gecko.mk Modified: branches/experimental/Mk/bsd.gecko.mk ============================================================================== --- branches/experimental/Mk/bsd.gecko.mk Mon Nov 29 20:49:44 2010 (r446) +++ branches/experimental/Mk/bsd.gecko.mk Mon Nov 29 20:52:51 2010 (r447) @@ -9,6 +9,7 @@ # 4 column tabs prevent hair loss and tooth decay! .if !defined(_POSTMKINCLUDED) && !defined(Gecko_Pre_Include) +Gecko_Pre_Include= bsd.gecko.mk # USE_FIREFOX - Add runtime dependency on Firefox. If no version # is given by the maintainer via the port or by the _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
