diff options
author | adam <adam@pkgsrc.org> | 2021-04-21 11:40:12 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-04-21 11:40:12 +0000 |
commit | a7fef9eb5b4619db0e91035e520e773c20fa2071 (patch) | |
tree | 5709b99f718fd966ea5f1033219742da1a507831 /editors/abiword | |
parent | 8f74bd47b9c7cfd2970deb094608e6c6b2133461 (diff) | |
download | pkgsrc-a7fef9eb5b4619db0e91035e520e773c20fa2071.tar.gz |
revbump for textproc/icu
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 2e7d6f59062..b8695459289 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.203 2020/11/05 09:06:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.204 2021/04/21 11:40:22 adam Exp $ -PKGREVISION= 10 +PKGREVISION= 11 .include "Makefile.common" DISTNAME= abiword-${ABIVERSION} diff --git a/editors/abiword/buildlink3.mk b/editors/abiword/buildlink3.mk index 1e1df04433d..38a73429bfc 100644 --- a/editors/abiword/buildlink3.mk +++ b/editors/abiword/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.37 2020/11/05 09:06:52 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.38 2021/04/21 11:40:22 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.4nb10 +BUILDLINK_ABI_DEPENDS.abiword?= abiword>=3.0.4nb11 BUILDLINK_PKGSRCDIR.abiword?= ../../editors/abiword .include "../../converters/fribidi/buildlink3.mk" |