272d51cc21
major change. Reported by Robert Elz in PR 41345.
17 lines
487 B
Makefile
17 lines
487 B
Makefile
# $NetBSD: buildlink3.mk,v 1.14 2009/05/20 00:58:08 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.6.0nb1
|
|
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
|