8116b9a48c
No protocol changes, but some headers files are moving to libXxf86dga.
16 lines
430 B
Makefile
16 lines
430 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2010/01/15 18:14:50 tnn Exp $
|
|
|
|
BUILDLINK_DEPMETHOD.xf86dgaproto?= build
|
|
|
|
BUILDLINK_TREE+= xf86dgaproto
|
|
|
|
.if !defined(XF86DGAPROTO_BUILDLINK3_MK)
|
|
XF86DGAPROTO_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.xf86dgaproto+= xf86dgaproto>=2.1
|
|
BUILDLINK_PKGSRCDIR.xf86dgaproto?= ../../x11/xf86dgaproto
|
|
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
.endif # XF86DGAPROTO_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -xf86dgaproto
|