pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11 these should have bl3.mk
details: https://anonhg.NetBSD.org/pkgsrc/rev/33e08d3e0f06
branches: trunk
changeset: 648039:33e08d3e0f06
user: tnn <tnn%pkgsrc.org@localhost>
date: Mon Mar 09 21:33:28 2015 +0000
description:
these should have bl3.mk
diffstat:
x11/dri3proto/buildlink3.mk | 14 ++++++++++++++
x11/presentproto/buildlink3.mk | 14 ++++++++++++++
2 files changed, 28 insertions(+), 0 deletions(-)
diffs (36 lines):
diff -r b6954ba873e6 -r 33e08d3e0f06 x11/dri3proto/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/dri3proto/buildlink3.mk Mon Mar 09 21:33:28 2015 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2015/03/09 21:33:28 tnn Exp $
+
+BUILDLINK_TREE+= dri3proto
+
+.if !defined(DRI3PROTO_BUILDLINK3_MK)
+DRI3PROTO_BUILDLINK3_MK:=
+
+BUILDLINK_DEPMETHOD.dri3proto?= build
+
+BUILDLINK_API_DEPENDS.dri3proto+= dri3proto>=1.0
+BUILDLINK_PKGSRCDIR.dri3proto?= ../../x11/dri3proto
+.endif # DRI3PROTO_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -dri3proto
diff -r b6954ba873e6 -r 33e08d3e0f06 x11/presentproto/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/presentproto/buildlink3.mk Mon Mar 09 21:33:28 2015 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2015/03/09 21:33:28 tnn Exp $
+
+BUILDLINK_TREE+= presentproto
+
+.if !defined(PRESENTPROTO_BUILDLINK3_MK)
+PRESENTPROTO_BUILDLINK3_MK:=
+
+BUILDLINK_DEPMETHOD.presentproto?= build
+
+BUILDLINK_API_DEPENDS.presentproto+= presentproto>=1.0
+BUILDLINK_PKGSRCDIR.presentproto?= ../../x11/presentproto
+.endif # PRESENTPROTO_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -presentproto
Home |
Main Index |
Thread Index |
Old Index