Fix PR pkg/45404.

Add dependency to math/R-car.
  Fix build.
This commit is contained in:
ryoon 2011-09-26 19:36:54 +00:00
parent 701480f328
commit 8483504800

View file

@ -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"