diff options
author | wiz <wiz@pkgsrc.org> | 2010-03-05 14:30:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-03-05 14:30:01 +0000 |
commit | cd14c2e1ab168b36656368f0de71e586156b17d7 (patch) | |
tree | 9acd4ad43742da772e17691b8b47a5067f5dc840 /misc/openoffice3 | |
parent | 236653ded7e7101c620bf503b0cf3f5a8ad01ef2 (diff) | |
download | pkgsrc-cd14c2e1ab168b36656368f0de71e586156b17d7.tar.gz |
Do not accept xulrunner 1.9.2.2pre or newer, it comes without npapi.h.
Diffstat (limited to 'misc/openoffice3')
-rw-r--r-- | misc/openoffice3/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/openoffice3/options.mk b/misc/openoffice3/options.mk index 20d123ed7db..04475f83059 100644 --- a/misc/openoffice3/options.mk +++ b/misc/openoffice3/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.19 2009/09/18 11:38:56 tnn Exp $ +# $NetBSD: options.mk,v 1.20 2010/03/05 14:30:01 wiz Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.openoffice3 @@ -43,6 +43,7 @@ OO_LANGPACKS?= ${OO_LANGS:S/${OO_BASELANG}//1} .if !empty(PKG_OPTIONS:Mxulrunner) CONFIGURE_ARGS+= --with-system-mozilla=mozilla BUILDLINK_API_DEPENDS.xulrunner+= xulrunner>=1.9.1.2nb5 +BUILDLINK_API_DEPENDS.xulrunner+= xulrunner<1.9.2.2pre .include "../../devel/xulrunner/buildlink3.mk" # # OOo ships headers that are too old and conflict with xulrunner headers. |