diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-13 14:46:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-13 14:46:11 +0000 |
commit | dad5c49ed85f9102c57da5032c12ec6e0c15f977 (patch) | |
tree | fcbcc40030aeb4f7f70f554b79dc999a18a367ad /misc/openoffice3 | |
parent | f0ebf29644463db83a36b207ce80f26617400950 (diff) | |
download | pkgsrc-dad5c49ed85f9102c57da5032c12ec6e0c15f977.tar.gz |
hunspell shlib name change -> recursive bump
Diffstat (limited to 'misc/openoffice3')
-rw-r--r-- | misc/openoffice3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index b23c69fb1b6..089137dc584 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.61 2012/02/06 12:40:59 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2012/02/13 14:46:11 wiz Exp $ OO_VER= 3.1.1 OO_TAG= OOO310_m19 DISTNAME= openoffice-${OO_VER} PKGNAME= openoffice3-${OO_VER} -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=stable/${OO_VER}/} DIST_SUBDIR= ${DISTNAME} |