print/evince is no more, so stop referencing it. (This package needs and update and I'm not sure what else; I am simply blinding adjusting stale pointers to more sensible values.)
15 lines
386 B
Makefile
15 lines
386 B
Makefile
# $NetBSD: buildlink3.mk,v 1.26 2019/10/09 16:27:30 gdt Exp $
|
|
|
|
BUILDLINK_TREE+= evince
|
|
|
|
.if !defined(EVINCE_BUILDLINK3_MK)
|
|
EVINCE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.evince+= evince>=3.0
|
|
BUILDLINK_ABI_DEPENDS.evince+= evince>=3.28.2nb15
|
|
BUILDLINK_PKGSRCDIR.evince?= ../../print/evince3
|
|
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.endif # EVINCE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -evince
|