diff options
Diffstat (limited to 'math/R-cran-mvtnorm/Makefile')
-rw-r--r-- | math/R-cran-mvtnorm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/R-cran-mvtnorm/Makefile b/math/R-cran-mvtnorm/Makefile index 2255af680303..5577b769db5e 100644 --- a/math/R-cran-mvtnorm/Makefile +++ b/math/R-cran-mvtnorm/Makefile @@ -10,7 +10,6 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1} MAINTAINER= wen@FreeBSD.org COMMENT= Multivariate Normal and t Distributions -USE_R_MOD= yes -R_MOD_AUTOPLIST= yes +USES= cran:auto-plist .include <bsd.port.mk> |