math/R-sp: add a buildlink3.mk file for dependencies.
The R-sp package installs header and library files, which may be needed by dependencies. Add a buildlink3.mk file for such dependencies to include.
This commit is contained in:
parent
046e8f431e
commit
0726874e0d
1 changed files with 12 additions and 0 deletions
12
math/R-sp/buildlink3.mk
Normal file
12
math/R-sp/buildlink3.mk
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2020/08/07 00:08:36 brook Exp $
|
||||
|
||||
BUILDLINK_TREE+= R-sp
|
||||
|
||||
.if !defined(R_SP_BUILDLINK3_MK)
|
||||
R_SP_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.R-sp+= R-sp>=1.4.2
|
||||
BUILDLINK_PKGSRCDIR.R-sp?= ../../math/R-sp
|
||||
.endif # R_SP_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -R-sp
|
Loading…
Reference in a new issue