diff options
author | wiz <wiz@pkgsrc.org> | 2009-04-16 21:42:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-04-16 21:42:40 +0000 |
commit | 1577be544a911c549b0ea7279bc8be5066ed44bb (patch) | |
tree | 5511e20dfc7711f3a1d223fe733a64a0237f866c /misc/openoffice2 | |
parent | 93755a249089bb6402db7701078c87459b19a979 (diff) | |
download | pkgsrc-1577be544a911c549b0ea7279bc8be5066ed44bb.tar.gz |
neon update to 0.28.x changed ABI, so do a recursive bump, PKGREVISION++.
Noted by obache@ on pkgsrc-changes@
Diffstat (limited to 'misc/openoffice2')
-rw-r--r-- | misc/openoffice2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice2/Makefile b/misc/openoffice2/Makefile index b85e1d213a0..768e0d34103 100644 --- a/misc/openoffice2/Makefile +++ b/misc/openoffice2/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.67 2009/04/06 12:59:30 markd Exp $ +# $NetBSD: Makefile,v 1.68 2009/04/16 21:42:43 wiz Exp $ # OO_VER= 2.4.2 DISTNAME= openoffice-${OO_VER} PKGNAME= openoffice2-${OO_VER} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=stable/${OO_VER}/} DIST_SUBDIR= ${DISTNAME} |