pkgsrc/lang/parrot/buildlink3.mk
dholland 7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00

15 lines
396 B
Makefile

# $NetBSD: buildlink3.mk,v 1.13 2012/05/07 01:53:42 dholland 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>=4.1.0nb1
BUILDLINK_PKGSRCDIR.parrot?= ../../lang/parrot
.include "../../textproc/icu/buildlink3.mk"
.endif # PARROT_BUILDLINK3_MK
BUILDLINK_TREE+= -parrot