From 53a0dc621c5473f5dd8bfaf39e0132fdd1d7f1ef Mon Sep 17 00:00:00 2001 From: "peterv%netscape.com" Date: Fri, 28 Sep 2001 14:55:30 +0000 Subject: [PATCH] Trying to fix ports bustage with a workaround. Adding the REQUIRES from mozilla/extensions/transformiix/source/xml/parser to this one. r=Pike. See also bug 102138. --- extensions/transformiix/build/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extensions/transformiix/build/Makefile.in b/extensions/transformiix/build/Makefile.in index 09300aaed94..10a389cefa9 100644 --- a/extensions/transformiix/build/Makefile.in +++ b/extensions/transformiix/build/Makefile.in @@ -38,6 +38,10 @@ REQUIRES = xpcom \ content_xsl \ widget \ necko \ + js \ + appshell \ + xpconnect \ + caps \ $(NULL) IS_COMPONENT = 1 MODULE_NAME = TransformiixModule