diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice3/Makefile | 4 | ||||
-rw-r--r-- | misc/openoffice3/options.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index 80996f32847..33e6a6f1614 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.66 2012/03/15 11:53:34 obache Exp $ +# $NetBSD: Makefile,v 1.67 2012/03/22 21:36:08 ryoon Exp $ OO_VER= 3.1.1 OO_TAG= OOO310_m19 DISTNAME= openoffice-${OO_VER} PKGNAME= openoffice3-${OO_VER} -PKGREVISION= 23 +PKGREVISION= 24 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=stable/${OO_VER}/} DIST_SUBDIR= ${DISTNAME} diff --git a/misc/openoffice3/options.mk b/misc/openoffice3/options.mk index 8985a15eb6b..a49619363ab 100644 --- a/misc/openoffice3/options.mk +++ b/misc/openoffice3/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.22 2010/11/17 10:15:53 tnn Exp $ +# $NetBSD: options.mk,v 1.23 2012/03/22 21:36:08 ryoon Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.openoffice3 @@ -42,6 +42,7 @@ OO_LANGPACKS?= ${OO_LANGS:S/${OO_BASELANG}//1} .if !empty(PKG_OPTIONS:Mxulrunner) CONFIGURE_ARGS+= --with-system-mozilla=mozilla +.include "../../devel/nss/buildlink3.mk" .include "../../devel/xulrunner/buildlink3.mk" # # OOo ships headers that are too old and conflict with xulrunner headers. |