diff options
author | David Naylor <dbn@FreeBSD.org> | 2013-12-28 10:28:40 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2013-12-28 10:28:40 +0000 |
commit | e288e58754264b3a8264eb96b098853a2f94b719 (patch) | |
tree | 8d0f3f2f1eae811733e7cf9c6eb644ab6da66df7 /math/R-cran-SuppDists | |
parent | e946a1d6d13cbb9af7369f4196e1cdd487fe90bc (diff) |
Notes
Diffstat (limited to 'math/R-cran-SuppDists')
-rw-r--r-- | math/R-cran-SuppDists/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/R-cran-SuppDists/Makefile b/math/R-cran-SuppDists/Makefile index 7b182ecca426..da3cf5d366e3 100644 --- a/math/R-cran-SuppDists/Makefile +++ b/math/R-cran-SuppDists/Makefile @@ -17,8 +17,7 @@ COMMENT= Supplementary distributions and RNG for R LICENSE= GPLv2 BENCHMARK_SCRIPT= R-benchmark-25.R -R_MOD_AUTOPLIST= yes -USE_R_MOD= yes +USES= cran:auto-plist WRKSRC = ${WRKDIR}/${PORTNAME} .if defined(MAINTAINER_MODE) |