6279d481a9
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.)
13 lines
300 B
Makefile
13 lines
300 B
Makefile
# $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.14.0
|
|
BUILDLINK_PKGSRCDIR.orcus?= ../../converters/orcus
|
|
|
|
.endif # ORCUS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -orcus
|