summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2019-02-22 06:21:26 +0000
committergutteridge <gutteridge@pkgsrc.org>2019-02-22 06:21:26 +0000
commit31b1aa936c2d733b6deb5a0aaac869c559f5095b (patch)
tree0012aa805614cea287b8b3b716dae5bcf05442ea /converters
parentfaf2b71b4d53b80f446735662b961a23f269f80f (diff)
downloadpkgsrc-31b1aa936c2d733b6deb5a0aaac869c559f5095b.tar.gz
orcus: bump dependency version in buildlink3.mk
libreoffice, the sole package that presently depends on orcus, requires a minimum version of 0.14 now. (And, for that matter, the orcus change log indicates that there have been incompatible API changes.) Bump accordingly here. (If an older version of orcus was present, the current version of libreoffice would simply have failed to build.)
Diffstat (limited to 'converters')
-rw-r--r--converters/orcus/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/orcus/buildlink3.mk b/converters/orcus/buildlink3.mk
index c729a97729b..99677e7457e 100644
--- a/converters/orcus/buildlink3.mk
+++ b/converters/orcus/buildlink3.mk
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.6 2018/02/03 00:04:10 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2019/02/22 06:21:26 gutteridge Exp $
BUILDLINK_TREE+= orcus
.if !defined(ORCUS_BUILDLINK3_MK)
ORCUS_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.orcus+= orcus>=0.13.2
+BUILDLINK_API_DEPENDS.orcus+= orcus>=0.14.0
BUILDLINK_PKGSRCDIR.orcus?= ../../converters/orcus
.endif # ORCUS_BUILDLINK3_MK