blob: a81ca717750b77183c1891a980c2f9ac9c304335 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: buildlink3.mk,v 1.8 2009/03/25 23:01:48 he Exp $
BUILDLINK_TREE+= parrot
.if !defined(PARROT_BUILDLINK3_MK)
PARROT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.parrot+= parrot>=0.4.0
BUILDLINK_ABI_DEPENDS.parrot?= parrot>=1.0.0
BUILDLINK_PKGSRCDIR.parrot?= ../../lang/parrot
.include "../../textproc/icu/buildlink3.mk"
.endif # PARROT_BUILDLINK3_MK
BUILDLINK_TREE+= -parrot
|