mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
20 lines
517 B
Makefile
20 lines
517 B
Makefile
# $NetBSD: buildlink3.mk,v 1.16 2013/10/19 09:06:55 adam 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>=5.7.0nb2
|
|
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
|