diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/firefox-zh_CN/Makefile | 2 | ||||
-rw-r--r-- | chinese/firefox-zh_TW/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/chinese/firefox-zh_CN/Makefile b/chinese/firefox-zh_CN/Makefile index 8dab9824e48f..a0915a40ed70 100644 --- a/chinese/firefox-zh_CN/Makefile +++ b/chinese/firefox-zh_CN/Makefile @@ -22,6 +22,8 @@ RUN_DEPENDS= ${FIREFOX}:${PORTSDIR}/www/firefox USE_X_PREFIX= yes NO_BUILD= yes +BROKEN="Does not work with Firefox 1.5" + FIREFOX= ${PORTNAME} FIREFOX_HOME= ${PREFIX}/lib/${FIREFOX} REGXPCOM= ${FIREFOX_HOME}/regxpcom diff --git a/chinese/firefox-zh_TW/Makefile b/chinese/firefox-zh_TW/Makefile index 27c997df51f8..b868ba6ac954 100644 --- a/chinese/firefox-zh_TW/Makefile +++ b/chinese/firefox-zh_TW/Makefile @@ -22,6 +22,8 @@ RUN_DEPENDS= ${FIREFOX}:${PORTSDIR}/www/firefox USE_X_PREFIX= yes NO_BUILD= yes +BROKEN="Does not work with Firefox 1.5" + FIREFOX= ${PORTNAME} FIREFOX_HOME= ${PREFIX}/lib/${FIREFOX} REGXPCOM= ${FIREFOX_HOME}/regxpcom |