diff options
author | adam <adam@pkgsrc.org> | 2021-09-29 19:00:02 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-09-29 19:00:02 +0000 |
commit | 3c26900bdec43ba96cb9ef764679e78883765c08 (patch) | |
tree | d7d1327295be82f463d6fc3b3697f16b74f504ff /editors/abiword | |
parent | 914bbf781af88c0cb849a9b37376e4c15c838803 (diff) | |
download | pkgsrc-3c26900bdec43ba96cb9ef764679e78883765c08.tar.gz |
revbump for boost-libs
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 3 | ||||
-rw-r--r-- | editors/abiword/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index c2ccdf9971f..e6796bfccc3 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.206 2021/07/13 13:24:43 nia Exp $ +# $NetBSD: Makefile,v 1.207 2021/09/29 19:00:07 adam Exp $ +PKGREVISION= 1 .include "Makefile.common" DISTNAME= abiword-${ABIVERSION} diff --git a/editors/abiword/buildlink3.mk b/editors/abiword/buildlink3.mk index 6e5fcef12e9..63535d75809 100644 --- a/editors/abiword/buildlink3.mk +++ b/editors/abiword/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.39 2021/04/21 13:24:10 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.40 2021/09/29 19:00:07 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.4nb12 +BUILDLINK_ABI_DEPENDS.abiword?= abiword>=3.0.5nb1 BUILDLINK_PKGSRCDIR.abiword?= ../../editors/abiword .include "../../converters/fribidi/buildlink3.mk" |