pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/openoffice3 depend on the latest xulrunner packag...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1741a62ab647
branches:  trunk
changeset: 398872:1741a62ab647
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Sep 10 00:22:34 2009 +0000

description:
depend on the latest xulrunner package, earlier ones don't work.
kill whitespace

diffstat:

 misc/openoffice3/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 3c25cc860524 -r 1741a62ab647 misc/openoffice3/options.mk
--- a/misc/openoffice3/options.mk       Thu Sep 10 00:14:55 2009 +0000
+++ b/misc/openoffice3/options.mk       Thu Sep 10 00:22:34 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.17 2009/09/10 00:14:55 tnn Exp $
+# $NetBSD: options.mk,v 1.18 2009/09/10 00:22:34 tnn Exp $
 #
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.openoffice3
@@ -42,6 +42,7 @@
 
 .if !empty(PKG_OPTIONS:Mxulrunner)
 CONFIGURE_ARGS+=       --with-system-mozilla=mozilla
+BUILDLINK_API_DEPENDS.xulrunner+=      xulrunner>=1.9.1.2nb5
 .include "../../devel/xulrunner/buildlink3.mk"
 #
 # OOo ships headers that are too old and conflict with xulrunner headers.
@@ -59,7 +60,6 @@
          echo "typedef uint16_t uint16;" >> ${WRKSRC}/np_sdk/mozsrc/nptypes.h
          echo "typedef int32_t int32;" >> ${WRKSRC}/np_sdk/mozsrc/nptypes.h
          echo "typedef uint32_t uint32;" >> ${WRKSRC}/np_sdk/mozsrc/nptypes.h
-
 .else
 CONFIGURE_ARGS+=       --disable-mozilla
 .endif



Home | Main Index | Thread Index | Old Index