diff options
author | adam <adam@pkgsrc.org> | 2020-04-12 08:27:48 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-04-12 08:27:48 +0000 |
commit | bdaf3cfd7b271b35e10091d20168f04cccf0bf19 (patch) | |
tree | c57f7c851b81b141ef0172db8e86968a49bbea89 /editors/abiword | |
parent | 9b0ec22bfedaff6a014d7e6eaee3f21d33d9ea72 (diff) | |
download | pkgsrc-bdaf3cfd7b271b35e10091d20168f04cccf0bf19.tar.gz |
Recursive revision bump after textproc/icu update
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 4 | ||||
-rw-r--r-- | editors/abiword/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index e92ae228c4e..b111109af40 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.197 2020/03/10 22:08:47 wiz Exp $ +# $NetBSD: Makefile,v 1.198 2020/04/12 08:27:54 adam Exp $ -PKGREVISION= 4 +PKGREVISION= 5 .include "Makefile.common" DISTNAME= abiword-${ABIVERSION} diff --git a/editors/abiword/buildlink3.mk b/editors/abiword/buildlink3.mk index 677fe70282b..6e2e913d4dc 100644 --- a/editors/abiword/buildlink3.mk +++ b/editors/abiword/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.31 2020/03/10 22:08:47 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.32 2020/04/12 08:27:54 adam Exp $ BUILDLINK_TREE+= abiword @@ -6,7 +6,7 @@ BUILDLINK_TREE+= abiword ABIWORD_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.abiword+= abiword>=3.0.1 -BUILDLINK_ABI_DEPENDS.abiword?= abiword>=3.0.4nb4 +BUILDLINK_ABI_DEPENDS.abiword?= abiword>=3.0.4nb5 BUILDLINK_PKGSRCDIR.abiword?= ../../editors/abiword .include "../../converters/fribidi/buildlink3.mk" |