pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

buildlink added



Module Name:	pkgsrc-wip
Committed By:	jaypatelani <jaypatelani%gmail.com@localhost>
Pushed By:	jaypatelani
Date:		Thu Oct 1 09:36:44 2020 +0530
Changeset:	1ec57af12e9236609f35909e6b6d8f40696da781

Added Files:
	gnome-common/buildlink3.mk

Log Message:
buildlink added

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1ec57af12e9236609f35909e6b6d8f40696da781

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gnome-common/buildlink3.mk | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diffs:
diff --git a/gnome-common/buildlink3.mk b/gnome-common/buildlink3.mk
new file mode 100644
index 0000000000..06667f70a5
--- /dev/null
+++ b/gnome-common/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	gnome-common
+
+.if !defined(GNOME_COMMON_BUILDLINK3_MK)
+GNOME_COMMON_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.gnome-common+=	gnome-common>=3.18.0
+BUILDLINK_PKGSRCDIR.gnome-common?=	../../wip/gnome-common
+.endif	# GNOME_COMMON_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-gnome-common


Home | Main Index | Thread Index | Old Index