diff options
author | adam <adam@pkgsrc.org> | 2020-05-06 14:04:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-05-06 14:04:05 +0000 |
commit | 6970defbb2f9e26c73129c4c8cfc20803b109467 (patch) | |
tree | c81d648805b099d82983eab8e643d64ab9cdb13f /editors/abiword | |
parent | 5d40b7bcb0767de3a1d3ce1a480ed9035b4b97c1 (diff) | |
download | pkgsrc-6970defbb2f9e26c73129c4c8cfc20803b109467.tar.gz |
revbump after boost 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 b111109af40..eba5388ba76 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.198 2020/04/12 08:27:54 adam Exp $ +# $NetBSD: Makefile,v 1.199 2020/05/06 14:04:09 adam Exp $ -PKGREVISION= 5 +PKGREVISION= 6 .include "Makefile.common" DISTNAME= abiword-${ABIVERSION} diff --git a/editors/abiword/buildlink3.mk b/editors/abiword/buildlink3.mk index 6e2e913d4dc..64a03b930b6 100644 --- a/editors/abiword/buildlink3.mk +++ b/editors/abiword/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.32 2020/04/12 08:27:54 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.33 2020/05/06 14:04:09 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.4nb5 +BUILDLINK_ABI_DEPENDS.abiword?= abiword>=3.0.4nb6 BUILDLINK_PKGSRCDIR.abiword?= ../../editors/abiword .include "../../converters/fribidi/buildlink3.mk" |