Bump PKGREVISION.
devel/nss is needed to buildlink. Reported from tsustui@.
This commit is contained in:
parent
9643a09c08
commit
94ec3601b1
2 changed files with 4 additions and 3 deletions
|
@ -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}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue