diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-12-09 03:00:30 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-12-09 03:00:30 +0000 |
commit | a762891c304ef02aae7b0ecfc664e9cd729f0905 (patch) | |
tree | cfc230c946469a9527c07cc3beb392c92b910fed /www | |
parent | 2a5a6721719cc88919b85d70a4fb4d3e53711590 (diff) | |
download | ports-a762891c304ef02aae7b0ecfc664e9cd729f0905.tar.gz ports-a762891c304ef02aae7b0ecfc664e9cd729f0905.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla/bsd.gecko.mk | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/www/mozilla/bsd.gecko.mk b/www/mozilla/bsd.gecko.mk index 4f02ae2a24f8..8b1def85f412 100644 --- a/www/mozilla/bsd.gecko.mk +++ b/www/mozilla/bsd.gecko.mk @@ -42,7 +42,15 @@ Gecko_Pre_Include= bsd.gecko.mk # as a gecko backend unless WITH_GECKO=firefox or WITH_GECKO=seamonkey # is defined by the user. # -# Your port should check the ${GECKO} variable to see which backend +# Example: +# USE_GECKO= mozilla firefox seamonkey +# .include <bsd.port.pre.mk> +# .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" +# post-patch: +# @${REINPALCE_CMD} -e 's|mozilla-|${GECKO}-|' \ +# ${WRKSRC}/configure +# +# If you want your port to check the ${GECKO} variable to see which backend # has been chosen. # # Example: |