diff options
Diffstat (limited to 'math/R-cran-nnls')
-rw-r--r-- | math/R-cran-nnls/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/R-cran-nnls/Makefile b/math/R-cran-nnls/Makefile index 10585c176b93..95107f1cf83c 100644 --- a/math/R-cran-nnls/Makefile +++ b/math/R-cran-nnls/Makefile @@ -12,7 +12,6 @@ COMMENT= R implementation of an algorithm for non-negative least squares LICENSE= GPLv2 -USE_R_MOD= yes -R_MOD_AUTOPLIST= yes +USES= cran:auto-plist .include <bsd.port.mk> |