4e3b1b97c2
recursive bump for the dependency change
17 lines
488 B
Makefile
17 lines
488 B
Makefile
# $NetBSD: buildlink3.mk,v 1.45 2020/03/10 22:08:39 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= jpilot
|
|
|
|
.if !defined(JPILOT_BUILDLINK3_MK)
|
|
JPILOT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.jpilot+= jpilot>=1.6.0
|
|
BUILDLINK_ABI_DEPENDS.jpilot+= jpilot>=1.8.2nb12
|
|
BUILDLINK_PKGSRCDIR.jpilot?= ../../comms/jpilot
|
|
|
|
.include "../../comms/pilot-link-libs/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.endif # JPILOT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -jpilot
|