7e751949e4
It turns out there were a lot of these.
14 lines
384 B
Makefile
14 lines
384 B
Makefile
# $NetBSD: buildlink3.mk,v 1.8 2012/05/07 01:53:47 dholland Exp $
|
|
|
|
BUILDLINK_TREE+= yorick
|
|
|
|
.if !defined(YORICK_BUILDLINK3_MK)
|
|
YORICK_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.yorick+= yorick>=1.5.12
|
|
BUILDLINK_DEPMETHOD.yorick?= build
|
|
BUILDLINK_ABI_DEPENDS.yorick+= yorick>=1.6.02nb1
|
|
BUILDLINK_PKGSRCDIR.yorick?= ../../math/yorick
|
|
.endif # YORICK_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -yorick
|