pkgsrc-WIP-changes archive

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

frida-capstone: namespace buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Mar 15 03:37:26 2018 +0100
Changeset:	905140d6c4d16b5c5d265744c72e488ffa6b7551

Modified Files:
	frida-capstone/buildlink3.mk

Log Message:
frida-capstone: namespace buildlink3.mk

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

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

diffstat:
 frida-capstone/buildlink3.mk | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/frida-capstone/buildlink3.mk b/frida-capstone/buildlink3.mk
index 5e5924ed75..5f9c2466bb 100644
--- a/frida-capstone/buildlink3.mk
+++ b/frida-capstone/buildlink3.mk
@@ -1,12 +1,12 @@
 # $NetBSD$
 
-BUILDLINK_TREE+=	capstone
+BUILDLINK_TREE+=	frida-capstone
 
-.if !defined(CAPSTONE_BUILDLINK3_MK)
-CAPSTONE_BUILDLINK3_MK:=
+.if !defined(FRIDA_CAPSTONE_BUILDLINK3_MK)
+FRIDA_CAPSTONE_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.capstone+=	capstone>=2.1.2
-BUILDLINK_PKGSRCDIR.capstone?=	../../wip/frida-capstone
-.endif	# CAPSTONE_BUILDLINK3_MK
+BUILDLINK_API_DEPENDS.frida-capstone+=	frida-capstone>=2.1.2
+BUILDLINK_PKGSRCDIR.frida-capstone?=	../../wip/frida-capstone
+.endif	# FRIDA_CAPSTONE_BUILDLINK3_MK
 
-BUILDLINK_TREE+=	-capstone
+BUILDLINK_TREE+=	-frida-capstone


Home | Main Index | Thread Index | Old Index