a9acd0a620
failures i see are more generic and not x11 at this point.
13 lines
361 B
Makefile
13 lines
361 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2018/03/26 02:33:41 mrg Exp $
|
|
|
|
BUILDLINK_TREE+= xorgproto
|
|
|
|
.if !defined(XORGPROTO_BUILDLINK3_MK)
|
|
XORGPROTO_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.xorgproto+= xorgproto>=2016.1
|
|
BUILDLINK_PKGSRCDIR.xorgproto?= ../../x11/xorgproto
|
|
BUILDLINK_DEPMETHOD.xorgproto?= build
|
|
.endif # XORGPROTO_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -xorgproto
|