mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
269 B
Makefile
14 lines
269 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2012/04/08 20:58:05 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= ppl
|
|
|
|
.if !defined(PPL_BUILDLINK3_MK)
|
|
PPL_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ppl+= ppl>=0.11.2
|
|
BUILDLINK_PKGSRCDIR.ppl?= ../../math/ppl
|
|
|
|
.endif # PPL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ppl
|