pkgsrc-WIP-changes archive

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

cblas-ng: use consinstent naming in bl3 file



Module Name:	pkgsrc-wip
Committed By:	Dr. Thomas Orgis <thomas.orgis%uni-hamburg.de@localhost>
Pushed By:	thor
Date:		Mon Mar 25 01:23:40 2019 +0100
Changeset:	2ad6faa43f3a5b8c72d59940693c55d2b71351d9

Modified Files:
	cblas-ng/buildlink3.mk

Log Message:
cblas-ng: use consinstent naming in bl3 file

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

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

diffstat:
 cblas-ng/buildlink3.mk | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/cblas-ng/buildlink3.mk b/cblas-ng/buildlink3.mk
index 36a9deb1b4..5c4bc19623 100644
--- a/cblas-ng/buildlink3.mk
+++ b/cblas-ng/buildlink3.mk
@@ -1,12 +1,12 @@
 # $NetBSD$
 
-BUILDLINK_TREE+=	cblas
+BUILDLINK_TREE+=	cblas-ng
 
-.if !defined(CBLAS_BUILDLINK3_MK)
-CBLAS_BUILDLINK3_MK:=
+.if !defined(CBLAS_NG_BUILDLINK3_MK)
+CBLAS_NG_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.cblas+=	cblas-ng>=3.8.0
-BUILDLINK_PKGSRCDIR.cblas?=	../../wip/cblas-ng
+BUILDLINK_API_DEPENDS.cblas-ng+=	cblas-ng>=3.8.0
+BUILDLINK_PKGSRCDIR.cblas-ng?=	../../wip/cblas-ng
 .endif
 
-BUILDLINK_TREE+=	-cblas
+BUILDLINK_TREE+=	-cblas-ng


Home | Main Index | Thread Index | Old Index