7e751949e4
It turns out there were a lot of these.
15 lines
373 B
Makefile
15 lines
373 B
Makefile
# $NetBSD: buildlink3.mk,v 1.6 2012/05/07 01:54:03 dholland Exp $
|
|
|
|
BUILDLINK_TREE+= sary
|
|
|
|
.if !defined(SARY_BUILDLINK3_MK)
|
|
SARY_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.sary+= sary>=1.2.0
|
|
BUILDLINK_ABI_DEPENDS.sary+= sary>=1.2.0nb3
|
|
BUILDLINK_PKGSRCDIR.sary?= ../../textproc/sary
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.endif # SARY_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -sary
|