diff options
author | leot <leot@pkgsrc.org> | 2020-08-17 20:17:15 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2020-08-17 20:17:15 +0000 |
commit | 9c239d33c8bf238818b1984019666b40d5c388b0 (patch) | |
tree | 0b131e24a79c5f3ff8b179a9e7c5a4887fa44b66 /editors/abiword | |
parent | 7fd7302d20945be276edc57766363af689a974f0 (diff) | |
download | pkgsrc-9c239d33c8bf238818b1984019666b40d5c388b0.tar.gz |
*: revbump after fontconfig bl3 changes (libuuid removal)
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 9eda3069d53..a939ccf59a0 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.201 2020/06/02 08:22:40 adam Exp $ +# $NetBSD: Makefile,v 1.202 2020/08/17 20:17:25 leot Exp $ -PKGREVISION= 8 +PKGREVISION= 9 .include "Makefile.common" DISTNAME= abiword-${ABIVERSION} diff --git a/editors/abiword/buildlink3.mk b/editors/abiword/buildlink3.mk index 1b5ef9bf546..5a9c8df90cb 100644 --- a/editors/abiword/buildlink3.mk +++ b/editors/abiword/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.35 2020/06/02 08:22:40 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.36 2020/08/17 20:17:25 leot 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.4nb8 +BUILDLINK_ABI_DEPENDS.abiword?= abiword>=3.0.4nb9 BUILDLINK_PKGSRCDIR.abiword?= ../../editors/abiword .include "../../converters/fribidi/buildlink3.mk" |