diff options
author | dbn <dbn@FreeBSD.org> | 2013-12-28 18:28:40 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2013-12-28 18:28:40 +0800 |
commit | 73b16c18ce434585aeb3497fed4dd824d127b0bd (patch) | |
tree | 8d0f3f2f1eae811733e7cf9c6eb644ab6da66df7 /math/R-cran-psych | |
parent | c54958aa0d54379fcc5b0a60c1149ddc266936fe (diff) | |
download | freebsd-ports-graphics-73b16c18ce434585aeb3497fed4dd824d127b0bd.tar.gz freebsd-ports-graphics-73b16c18ce434585aeb3497fed4dd824d127b0bd.tar.zst freebsd-ports-graphics-73b16c18ce434585aeb3497fed4dd824d127b0bd.zip |
Convert Mk/bsd.cran.mk to the Uses framework.
PR: ports/184699
Reviewed by: bapt
Approved by: portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
Diffstat (limited to 'math/R-cran-psych')
-rw-r--r-- | math/R-cran-psych/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/R-cran-psych/Makefile b/math/R-cran-psych/Makefile index 55e6ec64a57..f397fd209ea 100644 --- a/math/R-cran-psych/Makefile +++ b/math/R-cran-psych/Makefile @@ -10,7 +10,6 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= drue@therub.org COMMENT= Psych package for the R project -USE_R_MOD= yes -R_MOD_AUTOPLIST= yes +USES= cran:auto-plist .include <bsd.port.mk> |