1e4ca2627d
The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
16 lines
456 B
Makefile
16 lines
456 B
Makefile
# $NetBSD: buildlink3.mk,v 1.15 2022/08/11 05:09:12 gutteridge Exp $
|
|
|
|
BUILDLINK_TREE+= zathura
|
|
|
|
.if !defined(ZATHURA_BUILDLINK3_MK)
|
|
ZATHURA_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.zathura+= zathura>=0.2.1
|
|
BUILDLINK_ABI_DEPENDS.zathura+= zathura>=0.4.9nb2
|
|
BUILDLINK_PKGSRCDIR.zathura?= ../../print/zathura
|
|
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../graphics/girara/buildlink3.mk"
|
|
.endif # ZATHURA_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -zathura
|