Fix PR pkg/45404.
Add dependency to math/R-car. Fix build.
This commit is contained in:
parent
701480f328
commit
8483504800
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2009/12/11 19:21:41 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2011/09/26 19:36:54 ryoon Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
|
@ -10,5 +10,7 @@ COMMENT= Platform-independent basic-statistics GUI for R
|
|||
R_PKGNAME= Rcmdr
|
||||
R_PKGVER= 1.5-3
|
||||
|
||||
DEPENDS+= R-car>=2.0:../../math/R-car
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue