blob: 1057508dac6a44049a6639e73fce3df205775c98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: buildlink3.mk,v 1.15 2013/09/13 10:40:59 sno Exp $
BUILDLINK_TREE+= parrot
.if !defined(PARROT_BUILDLINK3_MK)
PARROT_BUILDLINK3_MK:=
.include "../../lang/parrot/version.mk"
BUILDLINK_API_DEPENDS.parrot+= parrot>=0.4.0
BUILDLINK_ABI_DEPENDS.parrot+= parrot>=${PARROT_VERSION}
BUILDLINK_PKGSRCDIR.parrot?= ../../lang/parrot
.include "../../textproc/icu/buildlink3.mk"
.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/readline.buildlink3.mk"
.endif # PARROT_BUILDLINK3_MK
BUILDLINK_TREE+= -parrot
|